quixote html.py,1.18,1.19
Greg Ward <gward-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]>
| Newsgroups | gmane.comp.web.quixote.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/cvs/quixote
In directory hewson:/tmp/cvs-serv1023
Modified Files:
html.py
Log Message:
Docstring tweak to keep Emacs syntax-colouring mode happy.
Index: html.py
===================================================================
RCS file: /home/cvs/quixote/html.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- html.py 21 Oct 2002 20:04:38 -0000 1.18
+++ html.py 29 Oct 2002 19:53:49 -0000 1.19
@@ -230,8 +230,8 @@
"""htmlescape(s) -> htmltext
Return an 'htmltext' object using the argument. If the argument is not
- already a 'htmltext' object then the HTML markup characters ", <, >, and &
- are first escaped.
+ already a 'htmltext' object then the HTML markup characters \", <, >,
+ and & are first escaped.
"""
if classof(s) is htmltext:
return s