Skip to content

Commit 703c61e

Browse files
author
Erik Forsberg
committed
Yet another emacs syntax highlighting workaround.
1 parent 16a3ebf commit 703c61e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/cgi/templating.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
- NumberHTMLProperty should support numeric operations
1212
- LinkHTMLProperty should handle comparisons to strings (cf. linked name)
1313
- HTMLRequest.default(self, sort, group, filter, columns, **filterspec):
14-
"""Set the request's view arguments to the given values when no
14+
'''Set the request's view arguments to the given values when no
1515
values are found in the CGI environment.
16-
"""
16+
'''
1717
- have menu() methods accept filtering arguments
1818
"""
1919

0 commit comments

Comments
 (0)