mirror of
https://github.com/python-escpos/python-escpos
synced 2025-12-02 09:43:30 +00:00
Enable spell checking (#563)
* add spellchecking * improve spelling * improve spelling config * extend word list * improve spelling * improve spelling * escalate warning in spell check to failure * fix spelling * fix spelling * add plural * Update doc/spelling_wordlist.txt * do not stop on warning * require newest sphinxcontrib spelling * remove old comment * add authors as single line entry to spelling list * reenable stop on warning
This commit is contained in:
@@ -13,7 +13,7 @@ from . import exceptions, printer
|
||||
class Config(object):
|
||||
"""Configuration handler class.
|
||||
|
||||
This class loads configuration from a default or specificed directory. It
|
||||
This class loads configuration from a default or specified directory. It
|
||||
can create your defined printer and return it to you.
|
||||
"""
|
||||
|
||||
@@ -95,7 +95,7 @@ class Config(object):
|
||||
|
||||
Throw an exception on error.
|
||||
|
||||
This method loads the default config if one hasn't beeen already loaded.
|
||||
This method loads the default config if one has not been already loaded.
|
||||
|
||||
"""
|
||||
if not self._has_loaded:
|
||||
|
||||
Reference in New Issue
Block a user