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 930b07e commit 9d01ed0Copy full SHA for 9d01ed0
docs/source/basics.rst
@@ -20,8 +20,8 @@ annotation syntax (Python 2 is discussed later in :ref:`python2`).
20
This makes the the function statically typed, and that causes type
21
checker report type errors within the function.
22
23
-Here's a version of the above function is statically typed and will be
24
-type checked:
+Here's a version of the above function that is statically typed and
+will be type checked:
25
26
.. code-block:: python
27
0 commit comments