Skip to content

Commit f936f80

Browse files
authored
1 parent 3cad045 commit f936f80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,14 +253,14 @@ def __new__(
253253
x: (
254254
typing.SupportsFloat |
255255
typing.SupportsIndex |
256-
typing.Text |
256+
str |
257257
builtins.bytes |
258258
builtins.bytearray
259259
),
260260
y: (
261261
typing.SupportsFloat |
262262
typing.SupportsIndex |
263-
typing.Text |
263+
str |
264264
builtins.bytes |
265265
builtins.bytearray
266266
)

0 commit comments

Comments
 (0)