dev update

This commit is contained in:
Nick Walton
2019-11-25 18:23:12 -07:00
parent 144d9cb335
commit a4504bc7fa
+1 -1
View File
@@ -102,7 +102,7 @@ def cut_trailing_sentence(text):
text = cut_trailing_quotes(text)
text = cut_trailing_action(text)
return action
return text
def replace_outside_quotes(text, current_word, repl_word):