Rev 6512: Fix typo. in file:///home/vila/src/bzr/bugs/832042-shared-stores/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Thu Aug 23 13:58:07 UTC 2012
At file:///home/vila/src/bzr/bugs/832042-shared-stores/
------------------------------------------------------------
revno: 6512
revision-id: v.ladeuil+lp at free.fr-20120823135807-ck1skxzx3gn9exb7
parent: v.ladeuil+lp at free.fr-20120823092945-gie7clxjosqa5tnf
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 832042-shared-stores
timestamp: Thu 2012-08-23 15:58:07 +0200
message:
Fix typo.
-------------- next part --------------
=== modified file 'bzrlib/config.py'
--- a/bzrlib/config.py 2012-08-23 09:29:45 +0000
+++ b/bzrlib/config.py 2012-08-23 13:58:07 +0000
@@ -3384,7 +3384,7 @@
# on the relevant parts of the API that needs testing -- vila 20110503 (based
# on a poolie's remark)
class GlobalStore(LockableIniFileStore):
- "A config store for global options.
+ """A config store for global options.
There is a single GlobalStore for a given process.
"""
@@ -3397,7 +3397,7 @@
class LocationStore(LockableIniFileStore):
- "A config store for global options.
+ """A config store for global options.
There is a single GlobalStore for a given process.
"""
@@ -3410,7 +3410,7 @@
class BranchStore(TransportIniFileStore):
- "A config store for branch options.
+ """A config store for branch options.
There is a single BranchStore for a given branch.
"""
More information about the bazaar-commits
mailing list