comparison doc/formatting.txt @ 20:c4fc7b88206e trunk

Fix typo in doc.
author cmlenz
date Thu, 31 May 2007 17:58:38 +0000
parents 990909fdf98b
children 72bf45adb926
comparison
equal deleted inserted replaced
19:d8352fbaca65 20:c4fc7b88206e
33 The ``format_*()`` functions also accept an optional ``format`` argument, which 33 The ``format_*()`` functions also accept an optional ``format`` argument, which
34 allows you to choose between one of four format variations: 34 allows you to choose between one of four format variations:
35 35
36 * ``short``, 36 * ``short``,
37 * ``medium`` (the default), 37 * ``medium`` (the default),
38 * ``long`` (the default), and 38 * ``long``, and
39 * ``full`` (the default). 39 * ``full``.
40 40
41 For example:: 41 For example::
42 42
43 >>> format_date(d, format='short', locale='en') 43 >>> format_date(d, format='short', locale='en')
44 u'4/1/07' 44 u'4/1/07'
Copyright (C) 2012-2017 Edgewall Software