Skip to content

Commit

Permalink
Tiny comment correction
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Jan 29, 2014
1 parent a1a56f8 commit 40495fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/core/completerlib.py
Expand Up @@ -23,7 +23,7 @@
import sys

try:
# Python 3
# Python >= 3.3
from importlib.machinery import all_suffixes
_suffixes = all_suffixes()
except ImportError:
Expand Down

0 comments on commit 40495fa

Please sign in to comment.