Skip to content

Commit ef07896

Browse files
authored
Fix typo in command line docs (#11842)
1 parent dec0787 commit ef07896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/command_line.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ For more information on how to use these flags, see :ref:`version_and_platform_c
274274
Disallow dynamic typing
275275
***********************
276276

277-
The ``Any`` type is used represent a value that has a :ref:`dynamic type <dynamic-typing>`.
277+
The ``Any`` type is used to represent a value that has a :ref:`dynamic type <dynamic-typing>`.
278278
The ``--disallow-any`` family of flags will disallow various uses of the ``Any`` type in
279279
a module -- this lets us strategically disallow the use of dynamic typing in a controlled way.
280280

0 commit comments

Comments
 (0)