Python is a strongly typed language. Strong/weak typing is often confused with static...
authorjock_tanner <jock_tanner@web>
Thu, 26 Mar 2020 22:29:29 +0000 (22:29 +0000)
committerIkiWiki <ikiwiki.info>
Thu, 26 Mar 2020 22:29:29 +0000 (22:29 +0000)
HDL_workflow.mdwn

index 293ca105a2d767226fecf7f0f93707a9c6e32c63..8315b5b2321eec2ef1b1dfd9f9f3911c28524672 100644 (file)
@@ -575,7 +575,7 @@ and follow up the next day *after* running the full relevant unit tests.
 
 ### Why such strict rules?
 
-the reason for all the above is because python is a weakly typed language.
+the reason for all the above is because python is a dynamically typed language.
 make one tiny change at the base level of the class hierarchy and the
 effect may be disastrous.