Mercurial > public > mercurial-scm > hg-stable
diff hgext/releasenotes.py @ 49933:a47e86e8fd51
releasenotes: fix a typo in a comment
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Thu, 05 Jan 2023 17:04:16 -0500 |
parents | de9ffb82ef4d |
children | 9ed17632ad83 |
line wrap: on
line diff
--- 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():