diff options
author | Georg Brandl <georg@python.org> | 2009-05-17 13:00:36 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-05-17 13:00:36 (GMT) |
commit | 036490d025b768c9e69567c3caac63ccd7a62a09 (patch) | |
tree | aeb86dff3b316514ee06be484fe0e482bcd83a12 /Doc/library/i18n.rst | |
parent | cd86925b3bb994a8b2662cbe04be356768df5e86 (diff) | |
download | cpython-036490d025b768c9e69567c3caac63ccd7a62a09.zip cpython-036490d025b768c9e69567c3caac63ccd7a62a09.tar.gz cpython-036490d025b768c9e69567c3caac63ccd7a62a09.tar.bz2 |
More conversion to new-style optional args.
Diffstat (limited to 'Doc/library/i18n.rst')
-rw-r--r-- | Doc/library/i18n.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/i18n.rst b/Doc/library/i18n.rst index 8e57102..818f129 100644 --- a/Doc/library/i18n.rst +++ b/Doc/library/i18n.rst @@ -1,4 +1,3 @@ - .. _i18n: ******************** |