mirror of
https://github.com/python-escpos/python-escpos
synced 2025-06-25 08:38:43 +00:00
fix docstrings
This commit is contained in:
parent
d0e0687958
commit
d3d7745dc5
@ -300,7 +300,7 @@ ESCPOS_COMMANDS = [
|
||||
},
|
||||
{
|
||||
"option_strings": ("--histeq",),
|
||||
"help": "Equalize the histrogram",
|
||||
"help": "Equalize the histogram",
|
||||
"type": str_to_bool,
|
||||
},
|
||||
{
|
||||
@ -458,6 +458,7 @@ ESCPOS_COMMANDS = [
|
||||
|
||||
|
||||
def print_extended_information() -> None:
|
||||
"""Print diagnostic information for bug reports."""
|
||||
print(f"* python-escpos version: `{version.version}`")
|
||||
print(
|
||||
f"* python version: `{platform.python_implementation()} v{platform.python_version()}`"
|
||||
|
Loading…
x
Reference in New Issue
Block a user