~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tools/doc_generate/autodoc_man.py

  • Committer: Martin Pool
  • Date: 2009-06-10 02:22:58 UTC
  • mto: This revision was merged to the branch mainline in revision 4464.
  • Revision ID: mbp@sourcefrog.net-20090610022258-czra1150uv22976i
textwrap break_on_hyphens option is not available in python2.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
                wrapped = textwrap.fill(l, initial_indent='',
130
130
                    subsequent_indent=30*' ',
131
131
                    break_long_words=False,
132
 
                    break_on_hyphens=False)
 
132
                    )
133
133
                option_str = option_str + wrapped + '\n'       
134
134
 
135
135
    aliases_str = ""