File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ The following utility functions are defined:
143
143
144
144
.. function :: Int2AP(num)
145
145
146
- Converts an integer into a string representation using characters from the set
146
+ Converts an integer into a bytes representation using characters from the set
147
147
[``A `` .. ``P ``].
148
148
149
149
@@ -197,7 +197,7 @@ you want to avoid having an argument string quoted (eg: the *flags* argument to
197
197
198
198
Each command returns a tuple: ``(type, [data, ...]) `` where *type * is usually
199
199
``'OK' `` or ``'NO' ``, and *data * is either the text from the command response,
200
- or mandated results from the command. Each *data * is either a string , or a
200
+ or mandated results from the command. Each *data * is either a `` bytes `` , or a
201
201
tuple. If a tuple, then the first part is the header of the response, and the
202
202
second part contains the data (ie: 'literal' value).
203
203
You can’t perform that action at this time.
0 commit comments