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 2ee47bc commit c3c663eCopy full SHA for c3c663e
Lib/_colorize.py
@@ -239,8 +239,8 @@ class FancyCompleter(ThemeSection):
239
type: str = ANSIColors.BOLD_MAGENTA
240
module: str = ANSIColors.CYAN
241
NoneType: str = ANSIColors.GREY
242
- str: str = ANSIColors.BOLD_GREEN
243
bytes: str = ANSIColors.BOLD_GREEN
+ str: str = ANSIColors.BOLD_GREEN
244
245
246
@dataclass(frozen=True, kw_only=True)
0 commit comments