]> granicus.if.org Git - python/commitdiff
Apply patch #1492255 from Mike Foord.
authorGeorge Yoshida <dynkin@gmail.com>
Sun, 21 May 2006 04:40:32 +0000 (04:40 +0000)
committerGeorge Yoshida <dynkin@gmail.com>
Sun, 21 May 2006 04:40:32 +0000 (04:40 +0000)
Doc/howto/urllib2.rst

index 06c81d51e5bd3481f544782f24de080830180cc4..69ce5082e4935589e9aa72973cab98071f50756a 100644 (file)
@@ -10,7 +10,7 @@
 
     There is an French translation of an earlier revision of this
     HOWTO, available at `urllib2 - Le Manuel manquant
-    <http://www.voidspace/python/urllib2_francais.shtml>`_.
+    <http://www.voidspace/python/articles/urllib2_francais.shtml>`_.
 
 .. contents:: urllib2 Tutorial
  
@@ -574,14 +574,14 @@ globally for all sockets using : ::
 
 
 Footnotes
-===========
+=========
 
 This document was reviewed and revised by John Lee.
 
 .. [#] For an introduction to the CGI protocol see
        `Writing Web Applications in Python <http://www.pyzine.com/Issue008/Section_Articles/article_CGIOne.html>`_. 
 .. [#] Like Google for example. The *proper* way to use google from a program
-       is to use `PyGoogle <http://pygoogle.sourceforge.net>_ of course. See
+       is to use `PyGoogle <http://pygoogle.sourceforge.net>`_ of course. See
        `Voidspace Google <http://www.voidspace.org.uk/python/recipebook.shtml#google>`_
        for some examples of using the Google API.
 .. [#] Browser sniffing is a very bad practise for website design - building