Fix wrong default param in docstring

This commit is contained in:
Benito López 2023-06-07 22:42:33 +02:00 committed by GitHub
parent 1a15b837c9
commit 8a17e0ddaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -489,7 +489,7 @@ class Escpos(object):
*default*: A *default*: A
:param align_ct: If *True*, center the barcode. :param align_ct: If *True*, center the barcode.
*default*: A *default*: True
:type align_ct: bool :type align_ct: bool
:param function_type: ESCPOS function type A or B. None to guess it from profile :param function_type: ESCPOS function type A or B. None to guess it from profile