Skip to content

Commit 6f40c56

Browse files
authored
MAINT: rm unused kwarg from private method. (#658)
1 parent 226551a commit 6f40c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpydoc/docscrape_sphinx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def load_config(self, config):
3737
self.template = template_env.get_template("numpydoc_docstring.rst")
3838

3939
# string conversion routines
40-
def _str_header(self, name, symbol="`"):
40+
def _str_header(self, name):
4141
return [".. rubric:: " + name, ""]
4242

4343
def _str_field_list(self, name):

0 commit comments

Comments
 (0)