Skip to content

Commit f976878

Browse files
committed
doc: fix formatting for indexarg_url.
1 parent 3d5ec46 commit f976878

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/reference.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3454,8 +3454,10 @@ There are several methods available on the request variable:
34543454
description render a description of the request - handle for the
34553455
page title
34563456
indexargs_form render the current index args as form elements
3457-
indexargs_url render the current index args as a URL
3458-
(url, args)
3457+
indexargs_url render the current index args as a URL::
3458+
3459+
request.indexargs_url("url", {args})
3460+
34593461
If the value of an arg (in args dict) is None,
34603462
the argument is excluded from the url. If you want
34613463
an empty value use an empty string '' as the value.

0 commit comments

Comments
 (0)