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.
1 parent 68a11d6 commit e56b741Copy full SHA for e56b741
dss/IText.py
@@ -31,11 +31,11 @@ def Result(self) -> str:
31
def Commands(self, Value: Union[AnyStr, List[AnyStr]]):
32
'''
33
Runs a list of strings or a large string as commands directly in the DSS engine.
34
- Intermediate results are ignored.
+ Intermediate results (from Text.Result) are ignored.
35
36
Value can be a list of strings, or a single large string (usually faster).
37
38
- (API Extensions)
+ (API Extension)
39
40
if isinstance(Value, str) or isinstance(Value, bytes):
41
if type(Value) is not bytes:
0 commit comments