From 633dbfa3cf07bb1993eb124d28d5a10c6ebee56e Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sat, 10 Mar 2018 14:42:33 -0800 Subject: [PATCH] Fix typo, searchhelpers.py is a file. --- etiquette/searchhelpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etiquette/searchhelpers.py b/etiquette/searchhelpers.py index 8c836d4..2751b29 100644 --- a/etiquette/searchhelpers.py +++ b/etiquette/searchhelpers.py @@ -1,5 +1,5 @@ ''' -This function provides helper functions used to normalize the arguments that +This file provides helper functions used to normalize the arguments that go into search queries. Mainly converting the strings given by the user into proper data types. '''