Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 73d5608

Browse files
LiteralString, NotRequired, Required will be in 3.11 (#1110)
1 parent 00a4030 commit 73d5608

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ This module currently contains the following:
4141

4242
- Experimental features
4343

44-
- ``LiteralString`` (see PEP 675)
4544
- ``@dataclass_transform()`` (see PEP 681)
46-
- ``NotRequired`` (see PEP 655)
47-
- ``Required`` (see PEP 655)
4845

4946
- In ``typing`` since Python 3.11
5047

5148
- ``assert_never``
49+
- ``LiteralString`` (see PEP 675)
5250
- ``Never``
51+
- ``NotRequired`` (see PEP 655)
5352
- ``reveal_type``
53+
- ``Required`` (see PEP 655)
5454
- ``Self`` (see PEP 673)
5555
- ``TypeVarTuple`` (see PEP 646)
5656
- ``Unpack`` (see PEP 646)

0 commit comments

Comments
 (0)