From b028c482139cfea04ded5d1b06b1020403efe6a0 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 3 Aug 2007 15:46:34 +0000 Subject: [PATCH] Fix broken link in zipfile docs. --- Doc-26/library/zipfile.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc-26/library/zipfile.rst b/Doc-26/library/zipfile.rst index 0c5e0dd03..5e51bfc85 100644 --- a/Doc-26/library/zipfile.rst +++ b/Doc-26/library/zipfile.rst @@ -85,7 +85,7 @@ The available attributes of this module are: Documentation on the ZIP file format by Phil Katz, the creator of the format and algorithms used. - `Info-ZIP Home Page `_ + `Info-ZIP Home Page `_ Information about the Info-ZIP project's ZIP archive programs and development libraries.