Skip to content

Commit 35e3507

Browse files
committed
fixup! Implement PEP 802 and the {/} notation
1 parent 4d9ec8b commit 35e3507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Display Syntax for the Empty Set
7676
--------------------------------
7777

7878
There is a new notation for the empty set, ``{/}``.
79-
As part of this, the :func`:str` and :func:`repr` of an empty :class:`set`
79+
As part of this, the :func:`:str` and :func:`repr` of an empty :class:`set`
8080
will now return ``'{/}'``.
8181

8282
This complements the existing notation for empty tuples, lists, and

0 commit comments

Comments
 (0)