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

8000
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
fix typo
  • Loading branch information
yangdanny97 committed Dec 12, 2024
commit 830f2479f0a62917e67ee264278889f3a191f9f2
2 changes: 1 addition & 1 deletion docs/guides/writing_stubs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ annotated function ``bar()``::
``Any`` vs. ``Incomplete``
--------------------------

While ``Incomplete`` is a type alias of ``Any``, they serve difference purposes:
While ``Incomplete`` is a type alias of ``Any``, they serve different purposes:
``Incomplete`` is a placeholder where a proper type might be substituted.
It's a "to do" item and should be replaced if possible.

Expand Down
Loading
0