Skip to content

Commit 1a73261

Browse files
authored
docs: fix simple typo, intsead -> instead (JelteF#316)
There is a small typo in pylatex/base_classes/command.py. Should read `instead` rather than `intsead`.
1 parent 71bac0b commit 1a73261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylatex/base_classes/command.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ def dumps(self):
379379

380380

381381
class SpecialArguments(Arguments):
382-
"""A class that separates arguments with ',' intsead of '}{'."""
382+
"""A class that separates arguments with ',' instead of '}{'."""
383383

384384
def dumps(self):
385385
"""Represent the parameters as a string in LaTeX syntax.

0 commit comments

Comments
 (0)