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

Fix method comment

parent 31e93508
No related branches found
No related tags found
No related merge requests found
Pipeline #2164 failed
...@@ -34,7 +34,7 @@ class Speller2Worker(nlp_ws.NLPWorker): ...@@ -34,7 +34,7 @@ class Speller2Worker(nlp_ws.NLPWorker):
@classmethod @classmethod
def _read_file(cls, input_path): 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: with open(input_path, 'r', encoding='utf-8') as f:
content = f.read() content = f.read()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment