mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
fix typos.
This commit is contained in:
@@ -443,7 +443,7 @@ def split_explicit_title(text):
|
||||
"""Split role content into title and target, if given."""
|
||||
match = explicit_title_re.match(text)
|
||||
if match:
|
||||
return True, m.group(1), m.group(2)
|
||||
return True, match.group(1), match.group(2)
|
||||
return False, text, text
|
||||
|
||||
# monkey-patch Node.traverse to get more speed
|
||||
|
||||
Reference in New Issue
Block a user