mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-24 13:23:40 +01:00
Fix typo
This commit is contained in:
parent
f37f57a7af
commit
2652b48d0f
@ -50,7 +50,7 @@ class newCommand(commandBase):
|
|||||||
soup=TexSoup(res)
|
soup=TexSoup(res)
|
||||||
tex.replace(cmd,soup)
|
tex.replace(cmd,soup)
|
||||||
|
|
||||||
def tryrun():
|
def tryRun():
|
||||||
cmds=list(tex.find_all(self.commandName))
|
cmds=list(tex.find_all(self.commandName))
|
||||||
if len(cmds)!=0:
|
if len(cmds)!=0:
|
||||||
for cmd in cmds:
|
for cmd in cmds:
|
||||||
|
Loading…
Reference in New Issue
Block a user