]> granicus.if.org Git - python/commitdiff
#9911: doc copyedits.
authorGeorg Brandl <georg@python.org>
Tue, 21 Sep 2010 14:48:28 +0000 (14:48 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 21 Sep 2010 14:48:28 +0000 (14:48 +0000)
Doc/library/_winreg.rst
Doc/library/cookie.rst
Doc/library/tix.rst
Doc/library/urlparse.rst

index 804af8ab4f26bcf8617daa6aba6198564e85882f..3d9042c9e66743a2207e13c028d4e820213ded7e 100644 (file)
@@ -577,7 +577,7 @@ For more information, see `Registry Key Security and Access
 64-bit Specific
 ***************
 
-For more information, see `Accesing an Alternate Registry View
+For more information, see `Accessing an Alternate Registry View
 <http://msdn.microsoft.com/en-us/library/aa384129(v=VS.85).aspx>`__.
 
 .. data:: KEY_WOW64_64KEY
index 8d6420681ca574dfeb0c4191c9c0350ee8f67e51..3e9ea5a60a834f5279048c734412b29f25e4edd3 100644 (file)
@@ -173,7 +173,7 @@ Morsel Objects
    * ``version``
    * ``httponly``
 
-   The attribute :attr:`httponly` specifies that the cookie is only transfered
+   The attribute :attr:`httponly` specifies that the cookie is only transferred
    in HTTP requests, and is not accessible through JavaScript. This is intended
    to mitigate some forms of cross-site scripting.
 
index 8626cd815838d07a3d37165319e073de7e5b1e89..ca2f07ea0789dd76cd7b0d870def2d75d978101d 100644 (file)
@@ -127,7 +127,7 @@ Basic Widgets
    The `ComboBox
    <http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixComboBox.htm>`_
    widget is similar to the combo box control in MS Windows. The user can select a
-   choice by either typing in the entry subwdget or selecting from the listbox
+   choice by either typing in the entry subwidget or selecting from the listbox
    subwidget.
 
 .. Python Demo of:
index e2c606115856d5dd9d9756ad620fb83349feb557..37f2aae5a7cfa5b53dfdad80297f1b2b1bb2027f 100644 (file)
@@ -279,7 +279,7 @@ The :mod:`urlparse` module defines the following functions:
    :rfc:`3986` - Uniform Resource Identifiers
       This is the current standard (STD66). Any changes to urlparse module
       should conform to this. Certain deviations could be observed, which are
-      mostly due backward compatiblity purposes and for certain de-facto
+      mostly for backward compatibility purposes and for certain de-facto
       parsing requirements as commonly observed in major browsers.
 
    :rfc:`2732` - Format for Literal IPv6 Addresses in URL's.