From 05d36dc06e6d767bb28993c65a54b703f319a386 Mon Sep 17 00:00:00 2001 From: Baptiste Mispelon Date: Wed, 22 Jan 2014 22:26:10 +0100 Subject: Always use parentheses when documenting a method with no arguments. --- docs/ref/forms/api.txt | 8 ++++---- docs/ref/forms/validation.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/ref/forms') diff --git a/docs/ref/forms/api.txt b/docs/ref/forms/api.txt index c8f302b924..fbc025f18c 100644 --- a/docs/ref/forms/api.txt +++ b/docs/ref/forms/api.txt @@ -396,7 +396,7 @@ a form object, and each rendering method returns a Unicode object. ``as_p()`` ~~~~~~~~~~ -.. method:: Form.as_p +.. method:: Form.as_p() ``as_p()`` renders the form as a series of ``

`` tags, with each ``

`` containing one field:: @@ -413,7 +413,7 @@ containing one field:: ``as_ul()`` ~~~~~~~~~~~ -.. method:: Form.as_ul +.. method:: Form.as_ul() ``as_ul()`` renders the form as a series of ``

  • `` tags, with each ``
  • `` containing one field. It does *not* include the ``