
python-checkins at python
Nov 18, 2009, 12:20 PM
Post #1 of 1
(112 views)
Permalink
|
|
r76377 - python/trunk/Doc/library/string.rst
|
|
Author: georg.brandl Date: Wed Nov 18 21:05:15 2009 New Revision: 76377 Log: Fix markup. Modified: python/trunk/Doc/library/string.rst Modified: python/trunk/Doc/library/string.rst ============================================================================== --- python/trunk/Doc/library/string.rst (original) +++ python/trunk/Doc/library/string.rst Wed Nov 18 21:05:15 2009 @@ -541,13 +541,12 @@ templates containing dangling delimiters, unmatched braces, or placeholders that are not valid Python identifiers. -:class:`Template` instances also provide one public data attribute: + :class:`Template` instances also provide one public data attribute: + .. attribute:: template -.. attribute:: string.template - - This is the object passed to the constructor's *template* argument. In general, - you shouldn't change it, but read-only access is not enforced. + This is the object passed to the constructor's *template* argument. In + general, you shouldn't change it, but read-only access is not enforced. Here is an example of how to use a Template: _______________________________________________ Python-checkins mailing list Python-checkins [at] python http://mail.python.org/mailman/listinfo/python-checkins
|