Skip to content

Commit d42645f

Browse files
committed
Fix typo
1 parent 6674aa1 commit d42645f

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
@@ -2295,7 +2295,7 @@ without the dedicated syntax, as documented below.
22952295
.. rubric:: Unpacking
22962296

22972297
Type aliases support star unpacking using the ``*Alias`` syntax.
2298-
This is equivalent to using the ``Unpack[Alias]`` directly:
2298+
This is equivalent to using ``Unpack[Alias]`` directly:
22992299

23002300
.. doctest::
23012301

0 commit comments

Comments
 (0)