mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Fix typo
This commit is contained in:
@@ -30,14 +30,14 @@ def func_returns_byteslike() -> bytes | bytearray:
|
||||
func_returns_byteslike()
|
||||
|
||||
|
||||
pep604_opetional_1: int | str | None
|
||||
pep604_opetional_2: None | bytes
|
||||
pep604_optional_1: int | str | None
|
||||
pep604_optional_2: None | bytes
|
||||
|
||||
#? int() str() None
|
||||
pep604_opetional_1
|
||||
pep604_optional_1
|
||||
|
||||
#? None bytes()
|
||||
pep604_opetional_2
|
||||
pep604_optional_2
|
||||
|
||||
|
||||
pep604_in_str: "int | bytes"
|
||||
|
||||
Reference in New Issue
Block a user