We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f7ca6 commit 96c1c63Copy full SHA for 96c1c63
1 file changed
src/pyansistring/core.py
@@ -85,7 +85,7 @@ class ANSIString(str):
85
__slots__ = (
86
"_style_manager",
87
"_styled_text",
88
- "_line_starts_cache",
+ "_line_starts",
89
)
90
91
_style_manager: StyleManager
0 commit comments