You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The direct use of title() in the madlibs JSON files makes hard to implement without significant refactoring, so this should be fixed as well whenever this gets done.
This got surfaced by adding the
technical_fads
concept to the synonyms file.Python's
string.title()
used in the templates currently isn't too smart. Should probably be using https://pypi.python.org/pypi/titlecase instead.The text was updated successfully, but these errors were encountered: