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 5395648 commit 145ffd7Copy full SHA for 145ffd7
src/cheatsheet/sections/special_marks.py
@@ -15,6 +15,6 @@ def get_special_marks():
15
)
16
17
return [
18
- *get_lists(["special_mark", "unknown_symbol"], "mark"),
+ *get_lists(["simple_mark", "unknown_symbol"], "mark"),
19
*line_direction_marks,
20
]
0 commit comments