Skip to content

Commit d7d760f

Browse files
committed
doc: missing :: at end of line before example code.
1 parent afaf1c9 commit d7d760f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/cgi/templating.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3758,7 +3758,7 @@ def readfile(self, name, optional=False):
37583758
file where you can use linters/minifiers and other
37593759
tools on it.
37603760
3761-
A TAL example:
3761+
A TAL example::
37623762
37633763
<script tal:attributes="nonce request/client/client_nonce"
37643764
tal:content="python:utils.readfile('mylibrary.js')"></script>

0 commit comments

Comments
 (0)