Skip to content

Commit

Permalink
bug #3535 fix form type name. (yositani2002)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

fix form type name.

| Q             | A
| ------------- | ---
| Doc fix?      | [yes]
| New docs?     | [no]
| Applies to    | [all]
| Fixed tickets |

Commits
-------

ef4014d fix form type.
  • Loading branch information
weaverryan committed Feb 11, 2014
2 parents 821af3b + ef4014d commit d7e8262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/forms/types/timezone.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ or ``Europe/Istanbul``.

Unlike the ``choice`` type, you don't need to specify a ``choices`` or
``choice_list`` option as the field type automatically uses a large list
of locales. You *can* specify either of these options manually, but then
of timezones. You *can* specify either of these options manually, but then
you should just use the ``choice`` type directly.

+-------------+------------------------------------------------------------------------+
Expand Down

0 comments on commit d7e8262

Please sign in to comment.