Skip to content

Commit c357564

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1879edf commit c357564

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/common_issues.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,11 +507,11 @@ to see the types of all local variables at once. Example:
507507

508508
``reveal_type`` and ``reveal_locals`` are handled specially by mypy during
509509
type checking, and don't have to be defined or imported.
510-
510+
511511
However, if you want to run your code,
512512
you'll have to remove any ``reveal_type`` and ``reveal_locals``
513513
calls from your program or else Python will give you an error at runtime.
514-
514+
515515
Alternatively, you can import ``reveal_type`` from ``typing_extensions``
516516
or ``typing`` (on Python 3.11 and newer)
517517

0 commit comments

Comments
 (0)