From 299b2c1a3f960a058fa475ff7b1c129cc5d4ac1a Mon Sep 17 00:00:00 2001 From: jock_tanner Date: Thu, 26 Mar 2020 22:29:29 +0000 Subject: [PATCH] Python is a strongly typed language. Strong/weak typing is often confused with static/dynamic typing, but these are completely different qualities. --- HDL_workflow.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HDL_workflow.mdwn b/HDL_workflow.mdwn index 293ca105a..8315b5b23 100644 --- a/HDL_workflow.mdwn +++ b/HDL_workflow.mdwn @@ -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. -- 2.30.2