We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26192cf commit 836de1bCopy full SHA for 836de1b
docs/source/cheat_sheet_py3.rst
@@ -227,7 +227,7 @@ When you're puzzled or when things are complicated
227
# To find out what type mypy infers for an expression anywhere in
228
# your program, wrap it in reveal_type(). Mypy will print an error
229
# message with the type; remove it again before running the code, or
230
- # import reveal_type from typing_extensions or typing (on Python 3.11 and newer)
+ # import reveal_type from typing_extensions or typing (on Python 3.11 and newer).
231
reveal_type(1) # Revealed type is "builtins.int"
232
233
# If you initialize a variable with an empty container or "None"
0 commit comments