Skip to content

Commit 96c1c63

Browse files
committed
fix: 🐛 remove an outdated suffix from a var name
1 parent a5f7ca6 commit 96c1c63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pyansistring/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class ANSIString(str):
8585
__slots__ = (
8686
"_style_manager",
8787
"_styled_text",
88-
"_line_starts_cache",
88+
"_line_starts",
8989
)
9090

9191
_style_manager: StyleManager

0 commit comments

Comments
 (0)