~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics.py

  • Committer: Aaron Bentley
  • Date: 2007-01-03 02:11:16 UTC
  • mto: (2255.1.1 bzr.ab.integration)
  • mto: This revision was merged to the branch mainline in revision 2220.
  • Revision ID: aaron.bentley@utoronto.ca-20070103021116-luxnkwbmoxa3j4au
Capitalize 'D' in 'directory formats'

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
def get_format_topic(topic):
136
136
    from bzrlib import bzrdir
137
137
    return bzrdir.format_registry.help_topic(topic)
138
 
topic_registry.register('formats', get_format_topic, 'directory formats')
 
138
topic_registry.register('formats', get_format_topic, 'Directory formats')