~thumper/creoleparser/trunk

« back to all changes in this revision

Viewing changes to creoleparser/dialects.py

  • Committer: stephen.h.day
  • Date: 2011-09-11 14:25:35 UTC
  • Revision ID: svn-v4:a60eed84-fc3d-0410-a09c-0d1a7a6707c9:trunk:251
docs fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
        automatically added to headings. To prevent clashes with other page
163
163
        ids, all will be prefixed with a "!". This prefix may be changed by
164
164
        passing a string rather than a boolean. *``environ`` needs to be a
165
 
        dicionary-like object for this to function (see
166
 
        :meth:`creoleparser.core.Parser.parse`) and a key named `ids` will
167
 
        be added.*
 
165
        dicionary-like object for this to function*
 
166
        (see :meth:`creoleparser.core.Parser.parse`) and a key named `ids`
 
167
        will be added.
168
168
      argument_parser
169
169
        Parser used for automatic parsing of macro arg strings. Must take a
170
170
        single string argument and return a two-tuple with the first element