1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-09-13 09:09:58 +00:00

improve spelling

This commit is contained in:
Patrick Kanzler
2023-09-06 00:49:20 +02:00
parent 544f7d964b
commit ba468bcb5a
4 changed files with 24 additions and 7 deletions

View File

@@ -316,8 +316,15 @@ spelling_ignore_pypi_package_names = True
spelling_ignore_wiki_words = True
spelling_ignore_python_builtins = True
spelling_ignore_importable_modules = True
spelling_ignore_contributor_names = True
spelling_word_list_filename = "spelling_wordlist.txt"
spelling_show_suggestions = True
spelling_suggestion_limit = 3
spelling_warning = True
spelling_exclude_patterns = ["**/capabilities.json*"]
spelling_exclude_patterns = [
"**/capabilities.json",
"../../capabilities-data/dist/capabilities.json",
"**/available-encodings.rst",
"**/available-profiles.rst",
"dev/todo.rst",
]

View File

@@ -1,5 +1,7 @@
ESC
Esc
POS
Pos
Escpos
Escpos
escpos
@@ -7,9 +9,15 @@ escpos
barcodes
baudrate
charcode
dev
dialout
ean
Ean
lp
lsusb
printcap
programmatically
Raspbian
traceback
Todo
traceback
udev

View File

@@ -12,7 +12,7 @@ printers.
.. note::
This driver is not suited for USB-to-Serial-adapters
and similiar devices, but only for those implementing native USB.
and similar devices, but only for those implementing native USB.
.. autoclass:: escpos.printer.Usb
:members: