Skip to content

Commit

Permalink
fix typo in runtime_troubles.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelg100 committed Jun 30, 2024
1 parent 17401a3 commit 4abb2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/runtime_troubles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ the class object can be subscripted at runtime without issue.
Using types defined in stubs but not at runtime
-----------------------------------------------

Sometimes stubs that you're using may define types you wish to re-use that do
Sometimes stubs that you're using may define types you wish to reuse that do
not exist at runtime. Importing these types naively will cause your code to fail
at runtime with ``ImportError`` or ``ModuleNotFoundError``. Similar to previous
sections, these can be dealt with by using :ref:`typing.TYPE_CHECKING
Expand Down

0 comments on commit 4abb2cd

Please sign in to comment.