Skip to content

Commit e56b741

Browse files
committed
Typo in docstring [skip ci]
1 parent 68a11d6 commit e56b741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dss/IText.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ def Result(self) -> str:
3131
def Commands(self, Value: Union[AnyStr, List[AnyStr]]):
3232
'''
3333
Runs a list of strings or a large string as commands directly in the DSS engine.
34-
Intermediate results are ignored.
34+
Intermediate results (from Text.Result) are ignored.
3535
3636
Value can be a list of strings, or a single large string (usually faster).
3737
38-
(API Extensions)
38+
(API Extension)
3939
'''
4040
if isinstance(Value, str) or isinstance(Value, bytes):
4141
if type(Value) is not bytes:

0 commit comments

Comments
 (0)