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.
1 parent d57edc2 commit 8d4d89aCopy full SHA for 8d4d89a
xdis/magics.py
@@ -691,7 +691,7 @@ def __by_version(magic_versions: Dict[bytes, str]) -> dict:
691
add_magic_from_int(320, "3.9PyPy") # PyPy 3.9-v7.3.8
692
add_magic_from_int(336, "3.9PyPy") # PyPy 3.9.15, PyPy 3.9.17
693
add_magic_from_int(384, "3.10PyPy") # PyPy 3.10.12
694
-add_magic_from_int(416, "3.11.13pypy") # PyPy 3.11.13 or pypy3.11-7.3.20
+add_magic_from_int(416, "3.11.13PyPy") # PyPy 3.11.13 or pypy3.11-7.3.20
695
696
add_magic_from_int(12641, "3.12.0a.rust") # RustPython 3.12.0
697
add_magic_from_int(12897, "3.13.0b.rust") # RustPython 3.12.0
0 commit comments