Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 545b581 + dcbe505 commit 80775dbCopy full SHA for 80775db
1 file changed
lib/matplotlib/_mathtext.py
@@ -1881,8 +1881,7 @@ def csnames(group, names):
1881
1882
p.function <<= csnames("name", self._function_names)
1883
p.operatorname <<= cmd(
1884
- r"\operatorname",
1885
- "{" + ZeroOrMore(p.simple | p.unknown_symbol)("name") + "}")
+ r"\operatorname", "{" + ZeroOrMore(p.simple)("name") + "}")
1886
1887
p.group <<= p.start_group + ZeroOrMore(p.token)("group") + p.end_group
1888
0 commit comments