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.
typing.Text
1 parent 3cad045 commit f936f80Copy full SHA for f936f80
types.py
@@ -253,14 +253,14 @@ def __new__(
253
x: (
254
typing.SupportsFloat |
255
typing.SupportsIndex |
256
- typing.Text |
+ str |
257
builtins.bytes |
258
builtins.bytearray
259
),
260
y: (
261
262
263
264
265
266
)
0 commit comments