diff tests/test-bundle2-remote-changegroup.t @ 33261:be49f3fdcd10

tests: capitalize Python when it's not used as a command name This avoids some false positives in an upcoming check-code rule. Reviewers: krbullock Reviewed By: krbullock Differential Revision: https://phab.mercurial-scm.org/D3
author Augie Fackler <augie@google.com>
date Wed, 05 Jul 2017 11:09:55 -0500
parents 75be14993fda
children 2428e8ec0793
line wrap: on
line diff
--- a/tests/test-bundle2-remote-changegroup.t	Wed Jul 05 11:55:26 2017 -0400
+++ b/tests/test-bundle2-remote-changegroup.t	Wed Jul 05 11:09:55 2017 -0500
@@ -29,7 +29,7 @@
   >           from the given file.
   >       - raw-remote-changegroup <python expression>
   >           Creates a remote-changegroup part with the data given in the
-  >           python expression as parameters. The python expression is
+  >           Python expression as parameters. The Python expression is
   >           evaluated with eval, and is expected to be a dict.
   >     """
   >     def newpart(name, data=''):