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 6fddb12 commit 35e52b1Copy full SHA for 35e52b1
Doc/library/typing.rst
@@ -232,7 +232,7 @@ For example:
232
233
.. index:: single: ...; ellipsis literal
234
235
-The type specification `[]` must have two objects, a parameter type list and return type.
+The type specification ``[]`` must have two objects, a parameter type list and return type.
236
The parameter type list must be a list of types, :class:`ParamSpec`, :data:`Concatenate`
237
or ellipsis (``...``). The return type must be a single type.
238
0 commit comments