Wrap some long or too long code lines
This commit is contained in:
@@ -35,9 +35,9 @@ from nw.constants import isoLanguage
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
# ================================================================================================ #
|
||||
# =============================================================================================== #
|
||||
# SpellChecking SuperClass
|
||||
# ================================================================================================ #
|
||||
# =============================================================================================== #
|
||||
|
||||
class NWSpellCheck():
|
||||
|
||||
@@ -129,9 +129,9 @@ class NWSpellCheck():
|
||||
|
||||
# END Class NWSpellCheck
|
||||
|
||||
# ================================================================================================ #
|
||||
# =============================================================================================== #
|
||||
# Enchant Based SpellChecking
|
||||
# ================================================================================================ #
|
||||
# =============================================================================================== #
|
||||
|
||||
class NWSpellEnchant(NWSpellCheck):
|
||||
|
||||
@@ -211,9 +211,9 @@ class NWSpellEnchantDummy:
|
||||
|
||||
# END Class NWSpellEnchantDummy
|
||||
|
||||
# ================================================================================================ #
|
||||
# =============================================================================================== #
|
||||
# Fallback SpellChecking Using difflib
|
||||
# ================================================================================================ #
|
||||
# =============================================================================================== #
|
||||
|
||||
class NWSpellSimple(NWSpellCheck):
|
||||
"""Internal spell check tool that uses standard Python packages with
|
||||
|
||||
Reference in New Issue
Block a user