Mercurial > public > mercurial-scm > hg-stable
diff mercurial/match.py @ 45961:464539c305aa
formatting: drop a few extra double quotes in docstrings
These were made obvious by the reformatting in D9430.
Differential Revision: https://phab.mercurial-scm.org/D9432
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Fri, 27 Nov 2020 19:35:37 -0500 |
parents | 89a2afe31e82 |
children | c4c7a6b61146 |
line wrap: on
line diff
--- a/mercurial/match.py Thu Oct 01 18:51:40 2020 +0200 +++ b/mercurial/match.py Fri Nov 27 19:35:37 2020 -0500 @@ -107,7 +107,7 @@ def _kindpatsalwaysmatch(kindpats): - """ "Checks whether the kindspats match everything, as e.g. + """Checks whether the kindspats match everything, as e.g. 'relpath:.' does. """ for kind, pat, source in kindpats: