Skip to content

Commit

Permalink
Fixed #24083 -- Corrected is_bound nature in forms topic docs
Browse files Browse the repository at this point in the history
Thanks ajenhl Trac user for the report.
  • Loading branch information
claudep committed Jan 6, 2015
1 parent 011f21b commit e0080cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/topics/forms/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,8 @@ The distinction between :ref:`ref-forms-api-bound-unbound` is important:
is valid. If an invalid bound form is rendered, it can include inline error
messages telling the user what data to correct.

The form's ``is_bound()`` method will tell you whether a form has data bound to
it or not.
The form's :attr:`~Form.is_bound` attribute will tell you whether a form has
data bound to it or not.

More on fields
--------------
Expand Down

0 comments on commit e0080cf

Please sign in to comment.