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 6e3585b commit 7c1db6aCopy full SHA for 7c1db6a
bin/rst_to_pxd.py
@@ -76,7 +76,7 @@ def fill_import_dict(pyflintlibdir):
76
77
def undecorate(str):
78
"""
79
- remove variable name, const, *, etc. to just get types
+ remove variable name, const, ``*``, etc. to just get types
80
81
ret = str.strip()
82
ret = ret[:ret.rfind(' ')]
0 commit comments