Skip to content

Commit 09f8d40

Browse files
author
Richard Jones
committed
fix pytz requirement version and download URL for latest package
1 parent 2cb860e commit 09f8d40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/installation.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Optional Components
5353
You may optionally install and use:
5454

5555
Timezone Definitions
56-
Full timezone support requires pytz_ module (version 2006j or later)
56+
Full timezone support requires pytz_ module (version 2005i or later)
5757
which brings the `Olson tz database`_ into Python. If pytz_ is not
5858
installed, timezones may be specified as numeric hour offsets only.
5959

@@ -76,7 +76,7 @@ Xapian full-text indexer
7676
successfully.
7777

7878
.. _Xapian: http://www.xapian.org/
79-
.. _pytz: http://pytz.sourceforge.net/
79+
.. _pytz: http://www.python.org/pypi/pytz
8080
.. _Olson tz database: http://www.twinsun.com/tz/tz-link.htm
8181

8282

0 commit comments

Comments
 (0)