Remove encoding line and add spaces between classes and functions
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
novelWriter – Text Tokenizer
|
||||
============================
|
||||
@@ -40,6 +39,7 @@ from nw.core.document import NWDoc
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class Tokenizer():
|
||||
|
||||
# In-Text Format
|
||||
|
||||
Reference in New Issue
Block a user