changeset 49851 | a47e86e8fd51 |
parent 49849 | de9ffb82ef4d |
child 50880 | 9ed17632ad83 |
--- a/hgext/releasenotes.py Thu Jan 05 17:02:02 2023 -0500 +++ b/hgext/releasenotes.py Thu Jan 05 17:04:16 2023 -0500 @@ -39,7 +39,7 @@ try: # Silence a warning about python-Levenshtein. # - # We don't need the the performance that much and it get anoying in tests. + # We don't need the performance that much and it gets annoying in tests. import warnings with warnings.catch_warnings():