From 880e4f3ca1fa716dbf48c32bded7aa00173b4fec Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 21 Sep 2010 14:48:28 +0000 Subject: [PATCH] #9911: doc copyedits. --- Doc/library/_winreg.rst | 2 +- Doc/library/cookie.rst | 2 +- Doc/library/tix.rst | 2 +- Doc/library/urlparse.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doc/library/_winreg.rst b/Doc/library/_winreg.rst index 804af8ab4f..3d9042c9e6 100644 --- a/Doc/library/_winreg.rst +++ b/Doc/library/_winreg.rst @@ -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 `__. .. data:: KEY_WOW64_64KEY diff --git a/Doc/library/cookie.rst b/Doc/library/cookie.rst index 8d6420681c..3e9ea5a60a 100644 --- a/Doc/library/cookie.rst +++ b/Doc/library/cookie.rst @@ -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. diff --git a/Doc/library/tix.rst b/Doc/library/tix.rst index 8626cd8158..ca2f07ea07 100644 --- a/Doc/library/tix.rst +++ b/Doc/library/tix.rst @@ -127,7 +127,7 @@ Basic Widgets The `ComboBox `_ 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: diff --git a/Doc/library/urlparse.rst b/Doc/library/urlparse.rst index e2c6061158..37f2aae5a7 100644 --- a/Doc/library/urlparse.rst +++ b/Doc/library/urlparse.rst @@ -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. -- 2.50.1