##// END OF EJS Templates
releasenotes: fix a typo in a comment
Matt Harbison -
r50746:a47e86e8 default
parent child Browse files
Show More
@@ -39,7 +39,7 b' command = registrar.command(cmdtable)'
39 39 try:
40 40 # Silence a warning about python-Levenshtein.
41 41 #
42 # We don't need the the performance that much and it get anoying in tests.
42 # We don't need the performance that much and it gets annoying in tests.
43 43 import warnings
44 44
45 45 with warnings.catch_warnings():
General Comments 0
You need to be logged in to leave comments. Login now