r47286 - Fix docstring.
mithrandi-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Sun, 17 Apr 2016 04:48:17 -0600 (MDT)
| Newsgroups | gmane.comp.python.twisted.commits |
|---|---|
| Message-ID | <[email protected]> |
Author: mithrandi
Date: Sun Apr 17 04:48:13 2016
New Revision: 47286
Modified:
branches/flatten-optimization-8300/twisted/web/_flatten.py
Log:
Fix docstring.
Modified: branches/flatten-optimization-8300/twisted/web/_flatten.py
==============================================================================
--- branches/flatten-optimization-8300/twisted/web/_flatten.py (original)
+++ branches/flatten-optimization-8300/twisted/web/_flatten.py Sun Apr 17 04:48:13 2016
@@ -51,7 +51,7 @@
"""
Escape some character or UTF-8 byte data for inclusion in the top level of
an attribute. L{attributeEscapingDoneOutside} actually passes the data
- through unchanged, because L{flattenWithAttributeEscaping} handles the
+ through unchanged, because L{writeWithAttributeEscaping} handles the
quoting of the text within attributes outside the generator returned by
L{_flattenElement}; this is used as the C{dataEscaper} argument to that
L{_flattenElement} call so that that generator does not redundantly escape