Rev 4590: Fix some typos. in file:///home/vila/src/bzr/reviews/revspec-dwim/

Vincent Ladeuil v.ladeuil+lp at free.fr
Tue Oct 27 14:04:29 GMT 2009


At file:///home/vila/src/bzr/reviews/revspec-dwim/

------------------------------------------------------------
revno: 4590
revision-id: v.ladeuil+lp at free.fr-20091027140429-br7sqcmk3zstngmm
parent: v.ladeuil+lp at free.fr-20091022185507-4p3jrfgnaxwhw5x7
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: revspec-dwim
timestamp: Tue 2009-10-27 15:04:29 +0100
message:
  Fix some typos.
-------------- next part --------------
=== modified file 'bzrlib/revisionspec.py'
--- a/bzrlib/revisionspec.py	2009-10-22 18:55:07 +0000
+++ b/bzrlib/revisionspec.py	2009-10-27 14:04:29 +0000
@@ -138,12 +138,12 @@
     prefix = None
     wants_revision_history = True
     dwim_catchable_exceptions = (errors.InvalidRevisionSpec,)
-    """Expections that RevisionSpec_dwim._match_on will catch.
+    """Exceptions that RevisionSpec_dwim._match_on will catch.
 
-    If the revspec is part of dwim_revspecs, it may be tried with an invalid
-    revspec and raise some exception. The exceptions mentioned here will not be
-    reported to the user but simply ignored without stopping the dwim
-    processing.
+    If the revspec is part of ``dwim_revspecs``, it may be tried with an
+    invalid revspec and raises some exception. The exceptions mentioned here
+    will not be reported to the user but simply ignored without stopping the
+    dwim processing.
     """
 
     @staticmethod



More information about the bazaar-commits mailing list