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 78f54f8 commit 7797904Copy full SHA for 7797904
Lib/_pyrepl/utils.py
@@ -257,7 +257,7 @@ def disp_str(
257
buffer: str,
258
colors: list[ColorSpan] | None = None,
259
start_index: int = 0,
260
- force_color=False,
+ force_color: bool = False,
261
) -> tuple[CharBuffer, CharWidths]:
262
r"""Decompose the input buffer into a printable variant with applied colors.
263
0 commit comments