Skip to content

Commit 35e52b1

Browse files
authored
Update typing.rst
1 parent 6fddb12 commit 35e52b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/typing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ For example:
232232

233233
.. index:: single: ...; ellipsis literal
234234

235-
The type specification `[]` must have two objects, a parameter type list and return type.
235+
The type specification ``[]`` must have two objects, a parameter type list and return type.
236236
The parameter type list must be a list of types, :class:`ParamSpec`, :data:`Concatenate`
237237
or ellipsis (``...``). The return type must be a single type.
238238

0 commit comments

Comments
 (0)