Skip to content

Commit 9f1c86f

Browse files
committed
Grammar Fix
Fixed a grammatical error in a comment in utils.py Signed-off-by: Abhisman Sarkar <abhisman.sarkar@gmail.com>
1 parent 01acaa4 commit 9f1c86f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
logger = logging.getLogger(__name__)
3939

40-
# May may be used to reliably read other files in tests dir regardless of cwd
40+
# May be used to reliably read other files in tests dir regardless of cwd
4141
TESTS_DIR = os.path.dirname(os.path.realpath(__file__))
4242

4343
# Used when forming URLs on the client side

0 commit comments

Comments
 (0)