Skip to content

Commit 4c7514a

Browse files
committed
Run black
1 parent e19b9c7 commit 4c7514a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/sphinx_roles/sphinx_roles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def emph_literal_role(typ, rawtext, text, lineno, inliner, options={}, content=[
211211
def menusel_role(typ, rawtext, text, lineno, inliner, options={}, content=[]):
212212
text = utils.unescape(text)
213213
if typ == "menuselection":
214-
text = text.replace("-->", u"\N{TRIANGULAR BULLET}")
214+
text = text.replace("-->", "\N{TRIANGULAR BULLET}")
215215
spans = _amp_re.split(text)
216216

217217
node = nodes.emphasis(rawtext=rawtext)

0 commit comments

Comments
 (0)