8000 Add additional Unpack/kwargs conformance test cases by yangdanny97 · Pull Request #1918 · python/typing · GitHub
[go: up one dir, main page]

Skip to content

Add additional Unpack/kwargs conformance test cases #1918

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 20 commits into from
Feb 6, 2025
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
fix typo
  • Loading branch information
yangdanny97 committed Dec 12, 2024
commit 830f2479f0a62917e67e 8000 e264278889f3a191f9f2
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