8000 bpo-28556: Update the opening note in typing docs by ilevkivskyi · Pull Request #16204 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-28556: Update the opening note in typing docs #16204

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 16, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
8000
Diff view
Prev Previous commit
Address CR
  • Loading branch information
ilevkivskyi committed Sep 16, 2019
commit f479d0d27267ba3b68c596c88e1fcf92d19f072c
2 changes: 1 addition & 1 deletion Doc/library/typing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

.. note::

Python runtime does not enforce the function and variable type annotations.
The Python runtime does not enforce function and variable type annotations.
They can be used by third party tools such as type checkers, IDEs, linters,
etc.

Expand Down
0