Skip to content

Commit

Permalink
Typo fix in docs/spec/distributing.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Rittau <[email protected]>
  • Loading branch information
rchen152 and srittau authored Jul 23, 2024
1 parent a2a9d72 commit 0c3bd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/spec/distributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ Version and Platform Checks
Stub files for libraries that support multiple Python versions can use version
checks to supply version-specific type hints. Stubs for different Python
versions should still conform to the most recent supported Python version's
syntax, as explain in the :ref:`stub-file-syntax` section above.
syntax, as explained in the :ref:`stub-file-syntax` section above.

Version checks are if-statements that use ``sys.version_info`` to determine the
current Python version. Version checks should only check against the ``major`` and
Expand Down

0 comments on commit 0c3bd2c

Please sign in to comment.