author | Matt Harbison <matt_harbison@yahoo.com> |
Thu, 05 Jan 2023 17:04:16 -0500 | |
changeset 49851 | a47e86e8fd51 |
parent 49850 | bcc45b33efb2 |
child 49852 | 564d360fc98e |
--- 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():