Fixed bad format of :code: in documentation

This commit is contained in:
Romain Porte 2017-05-13 18:42:05 +02:00 committed by csoft2k
parent df33945458
commit b3b8606f23

View File

@ -414,7 +414,7 @@ class Escpos(object):
Text has to be encoded in unicode.
: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
:return: None
"""