We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99e5404 + 54aa054 commit 220d0f3Copy full SHA for 220d0f3
docs/writing/structure.rst
@@ -317,7 +317,7 @@ Dynamic typing
317
Python is said to be dynamically typed, which means that variables
318
do not have a fixed type. In fact, in Python, variables are very
319
different from what they are in many other languages, specifically
320
-strongly-typed languages. Variables are not a segment of the computer's
+statically-typed languages. Variables are not a segment of the computer's
321
memory where some value is written, they are 'tags' or 'names' pointing
322
to objects. It is therefore possible for the variable 'a' to be set to
323
the value 1, then to the value 'a string', then to a function.
0 commit comments