Skip to content
Snippets Groups Projects
Commit 5e6ae803 authored by Kamil Kanclerz's avatar Kamil Kanclerz
Browse files

Fix method comment

parent 31e93508
Branches
No related merge requests found
Pipeline #2164 failed with stages
in 1 minute and 7 seconds
......@@ -34,7 +34,7 @@ class Speller2Worker(nlp_ws.NLPWorker):
@classmethod
def _read_file(cls, input_path):
"""Reading text from input file"""
"""Reading text from input file."""
with open(input_path, 'r', encoding='utf-8') as f:
content = f.read()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment