Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 40495fa

Browse files
committed
Tiny comment correction
1 parent a1a56f8 commit 40495fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IPython/core/completerlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import sys
2424

2525
try:
26-
# Python 3
26+
# Python >= 3.3
2727
from importlib.machinery import all_suffixes
2828
_suffixes = all_suffixes()
2929
except ImportError:

0 commit comments

Comments
 (0)