Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yangdanny97 committed Dec 12, 2024
1 parent 3e405f9 commit 830f247
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 830f247

Please sign in to comment.