Skip to content

Commit 2868ab1

Browse files
committed
Fix typo
1 parent ba026ec commit 2868ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/importcompletion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
)
5050

5151
_LOADED_INODE_DATACLASS_ARGS = {"frozen": True}
52-
if sys.version_info[2:] >= (3, 10):
52+
if sys.version_info[:2] >= (3, 10):
5353
_LOADED_INODE_DATACLASS_ARGS["slots"] = True
5454

5555

0 commit comments

Comments
 (0)