[Updated] D8976: registrar: fix a documentation typo
mharbison72 (Matt Harbison)
phabricator at mercurial-scm.org
Wed Sep 2 16:03:39 UTC 2020
Closed by commit rHG6a0e7bf73bb2: registrar: fix a documentation typo (authored by mharbison72).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D8976?vs=22504&id=22518
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D8976/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D8976
AFFECTED FILES
mercurial/registrar.py
CHANGE DETAILS
diff --git a/mercurial/registrar.py b/mercurial/registrar.py
--- a/mercurial/registrar.py
+++ b/mercurial/registrar.py
@@ -121,7 +121,7 @@
return self._docformat % (decl, doc)
def _extrasetup(self, name, func):
- """Execute exra setup for registered function, if needed
+ """Execute extra setup for registered function, if needed
"""
To: mharbison72, #hg-reviewers, pulkit
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20200902/a7576c38/attachment-0002.html>
More information about the Mercurial-patches
mailing list