Skip to content

Commit 58d8e63

Browse files
committed
doc: formatting fixes.
1 parent 0f3f502 commit 58d8e63

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

roundup/cgi/templating.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3630,13 +3630,13 @@ def keywords_expressions(self, request):
36303630
def html_calendar(self, request):
36313631
"""Generate a HTML calendar.
36323632
3633-
`request` the roundup.request object
3634-
- @template : name of the template
3635-
- form : name of the form to store back the date
3636-
- property : name of the property of the form to store
3637-
back the date
3638-
- date : current date
3639-
- display : when browsing, specifies year and month
3633+
`request` - the roundup.request object
3634+
- @template : name of the template
3635+
- form : name of the form to store back the date
3636+
- property : name of the property of the form to store
3637+
back the date
3638+
- date : date marked as current value on calendar
3639+
- display : when browsing, specifies year and month
36403640
36413641
html will simply be a table.
36423642
"""

0 commit comments

Comments
 (0)