Fixed bad format of :code: in documentation
This commit is contained in:
parent
df33945458
commit
4b04a5c425
|
@ -414,7 +414,7 @@ class Escpos(object):
|
||||||
Text has to be encoded in unicode.
|
Text has to be encoded in unicode.
|
||||||
|
|
||||||
:param txt: text to be printed
|
:param txt: text to be printed
|
||||||
:param font: font to be used, can be :code:`a` or :code`b`
|
:param font: font to be used, can be :code:`a` or :code:`b`
|
||||||
:param columns: amount of columns
|
:param columns: amount of columns
|
||||||
:return: None
|
:return: None
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue