Skip to content

Commit f978158

Browse files
authored
PEP 728: Fix code block syntax
1 parent 6560f7a commit f978158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/pep-0728.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ If ``closed`` is not provided, the behavior is inherited from the superclass.
258258
If the superclass is TypedDict itself or the superclass does not have ``closed=True``
259259
or the ``extra_items`` parameter, the previous TypedDict behavior is preserved:
260260
arbitrary extra items are allowed. If the superclass has ``closed=True``, the
261-
child class is also closed.
261+
child class is also closed::
262262

263263
class BaseMovie(TypedDict, closed=True):
264264
name: str

0 commit comments

Comments
 (0)