mirror of
https://github.com/python-escpos/python-escpos
synced 2025-09-13 09:09:58 +00:00
Fix wrong default param in docstring
This commit is contained in:
@@ -489,7 +489,7 @@ class Escpos(object):
|
||||
*default*: A
|
||||
|
||||
:param align_ct: If *True*, center the barcode.
|
||||
*default*: A
|
||||
*default*: True
|
||||
:type align_ct: bool
|
||||
|
||||
:param function_type: ESCPOS function type A or B. None to guess it from profile
|
||||
|
Reference in New Issue
Block a user