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 4c3ad9c commit 053da64Copy full SHA for 053da64
Lib/_pyrepl/fancycompleter.py
@@ -2,9 +2,7 @@
2
# Daniel Hahler
3
#
4
# All Rights Reserved
5
-"""
6
-Colorful tab completion for Python prompt
7
+"""Colorful tab completion for Python prompt"""
8
from _colorize import ANSIColors, get_colors, get_theme
9
import rlcompleter
10
import types
0 commit comments