Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
d'oh.
  • Loading branch information
JulienPalard committed Jul 19, 2021
commit 33e86e0dc789986385b94e5208151f38eefc0d4f
2 changes: 1 addition & 1 deletion Doc/tools/rstlint.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def check_suspicious_constructs(fn, lines):
if double_backtick_role.search(line):
yield lno, "role use a single backtick, double backtick found."
if role_with_no_backticks.search(line):
yield lno, "role use a single backtick, backtick found."
yield lno, "role use a single backtick, no backtick found."
if ".. productionlist::" in line:
inprod = True
elif not inprod and default_role_re.search(line):
Expand Down