~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/config.py

  • Committer: Vincent Ladeuil
  • Date: 2011-05-02 08:15:59 UTC
  • mto: (5743.4.24 config-abstract-store)
  • mto: This revision was merged to the branch mainline in revision 5832.
  • Revision ID: v.ladeuil+lp@free.fr-20110502081559-nvitkeoe611i929q
Fix typos mentioned in reviews.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2098
2098
    """A section defines a dict of options.
2099
2099
 
2100
2100
    This is merely a read-only dict which can add some knowledge about the
2101
 
    options.
 
2101
    options. It is *not* a python dict object though and doesn't try to mimic
 
2102
    its API.
2102
2103
    """
2103
2104
 
2104
2105
    def __init__(self, section_id, options):