Skip to content

Commit 7c1db6a

Browse files
committed
fix rst
1 parent 6e3585b commit 7c1db6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/rst_to_pxd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def fill_import_dict(pyflintlibdir):
7676

7777
def undecorate(str):
7878
"""
79-
remove variable name, const, *, etc. to just get types
79+
remove variable name, const, ``*``, etc. to just get types
8080
"""
8181
ret = str.strip()
8282
ret = ret[:ret.rfind(' ')]

0 commit comments

Comments
 (0)