Skip to content

Commit d290dee

Browse files
Conform to another crazy rst formatting pickiness
1 parent 431e33f commit d290dee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/error_code_list.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ The preferred way to annotate the type of `None` is `None`.
224224
`NoneType` is equivalent, but mypy won't allow it by default.
225225

226226
.. code-block:: python
227+
227228
from types import NoneType
228229
def f(x: None) -> None:
229230
reveal_type(x) # note: Revealed type is "None"

0 commit comments

Comments
 (0)