Fixed bad format of :code: in documentation

This commit is contained in:
Romain Porte 2017-05-13 18:42:05 +02:00 committed by Patrick Kanzler
parent df33945458
commit 4b04a5c425
1 changed files with 1 additions and 1 deletions

View File

@ -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
""" """