Skip to content

Commit 22d2e32

Browse files
author
Adam
authored
Fix inconsistent code marker in cheatsheet (#9589)
replace `<code>` with `...` for consistency with the rest of the document.
1 parent 9165bb1 commit 22d2e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/cheat_sheet.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Functions
111111
body=None # type: List[str]
112112
):
113113
# type: (...) -> bool
114-
<code>
114+
...
115115
116116
When you're puzzled or when things are complicated
117117
**************************************************

0 commit comments

Comments
 (0)