Fix docstring warning.
This commit is contained in:
parent
ae9b3785c2
commit
632a104219
|
@ -573,9 +573,9 @@ class Escpos(object):
|
||||||
There are different commands for setting the line spacing, using
|
There are different commands for setting the line spacing, using
|
||||||
a different denominator:
|
a different denominator:
|
||||||
|
|
||||||
+ line_spacing/360 of an inch, 0 <= line_spacing <= 255
|
'+'' line_spacing/360 of an inch, 0 <= line_spacing <= 255
|
||||||
3 line_spacing/180 of an inch, 0 <= line_spacing <= 255
|
'3' line_spacing/180 of an inch, 0 <= line_spacing <= 255
|
||||||
A line_spacing/60 of an inch, 0 <= line_spacing <= 85
|
'A' line_spacing/60 of an inch, 0 <= line_spacing <= 85
|
||||||
|
|
||||||
Some printers may not support all of them. The most commonly
|
Some printers may not support all of them. The most commonly
|
||||||
available command (using a divisor of 180) is chosen.
|
available command (using a divisor of 180) is chosen.
|
||||||
|
|
Loading…
Reference in New Issue