changeset 1668:d158ba628e2a

Grammar: paragraphs should end with periods
author timeless@gmail.com
date Wed, 12 Sep 2012 18:27:16 -0400
parents 58538d6f3fb4
children 11d72083883a
files hgext/evolve.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/evolve.py	Wed Sep 12 18:25:48 2012 -0400
+++ b/hgext/evolve.py	Wed Sep 12 18:27:16 2012 -0400
@@ -323,7 +323,7 @@
         will be applied in the extension commandtable. This argument must be a
         string that will be searched using `extension.find` if not found and
         Abort error is raised. If the wrapping applies to an extension, it is
-        installed during `extsetup`
+        installed during `extsetup`.
 
         example::