Skip to content

Commit f49f6eb

Browse files
authored
Remove unnecessary parentheses in meth role (#13143)
1 parent 6a8d70a commit f49f6eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx/builders/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class Builder:
8181
# doctree versioning method
8282
versioning_method = 'none'
8383
versioning_compare = False
84-
#: Whether it is safe to make parallel :meth:`~.Builder.write_doc()` calls.
84+
#: Whether it is safe to make parallel :meth:`~.Builder.write_doc` calls.
8585
allow_parallel: bool = False
8686
# support translation
8787
use_message_catalog = True

0 commit comments

Comments
 (0)