8000 Add content from typeshed/CONTRIBUTING.md by yangdanny97 · Pull Request #1882 · python/typing · GitHub
[go: up one dir, main page]

Skip to content

Add content from typeshed/CONTRIBUTING.md #1882

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 15 commits into from
Dec 17, 2024
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
Diff view
Prev Previous commit
Next Next commit
Update docs/guides/writing_stubs.rst
Co-authored-by: Rebecca Chen <rchen152@gmail.com>
  • Loading branch information
yangdanny97 and rchen152 authored Dec 10, 2024
commit 5c33d201ee1d5c1be56dbc3271540a973186006d
2 changes: 1 addition & 1 deletion docs/guides/writing_stubs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Liskov substitutability or detecting problematic overloads.
It may be instructive to examine `typeshed <https://github.com/python/typeshed/>`__'s
`setup for testing stubs <https://github.com/python/typeshed/blob/main/tests/README.md>`__.

To suppress type errors on stubs, use a `# type: ignore` comment. Refer to the style guide for
To suppress type errors in stubs, use `# type: ignore` comments. Refer to the style guide for
error suppression formats specific to individual typecheckers.

..
Expand Down
Loading
0