Skip to content

Commit 9d01ed0

Browse files
author
Guido van Rossum
committed
Fix grammar.
1 parent 930b07e commit 9d01ed0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/basics.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ annotation syntax (Python 2 is discussed later in :ref:`python2`).
2020
This makes the the function statically typed, and that causes type
2121
checker report type errors within the function.
2222

23-
Here's a version of the above function is statically typed and will be
24-
type checked:
23+
Here's a version of the above function that is statically typed and
24+
will be type checked:
2525

2626
.. code-block:: python
2727

0 commit comments

Comments
 (0)