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.
1 parent 25cf08d commit 54aa054Copy full SHA for 54aa054
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