Skip to content

Commit

Permalink
Make comments into single line
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthercox committed Feb 6, 2019
1 parent 391e6b4 commit 2ead83e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions chatterbot/corpus.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ def read_corpus(file_name):

def list_corpus_files(dotted_path):
"""
Return a list of file paths to each data file in
the specified corpus.
Return a list of file paths to each data file in the specified corpus.
"""
corpus_path = get_file_path(dotted_path, extension=CORPUS_EXTENSION)
paths = []
Expand Down
3 changes: 1 addition & 2 deletions chatterbot/trainers.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,7 @@ def read_file(files, queue, preprocessors, tagger):

class UbuntuCorpusTrainer(Trainer):
"""
Allow chatbots to be trained with the data from
the Ubuntu Dialog Corpus.
Allow chatbots to be trained with the data from the Ubuntu Dialog Corpus.
"""

def __init__(self, chatbot, **kwargs):
Expand Down

0 comments on commit 2ead83e

Please sign in to comment.