diff options
author | Georg Brandl <georg@python.org> | 2010-09-21 14:48:28 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-09-21 14:48:28 (GMT) |
commit | 880e4f3ca1fa716dbf48c32bded7aa00173b4fec (patch) | |
tree | 99572249725e001e9fa6f788e052cd6aec6a2e65 | |
parent | 658903e1ad51651e78bdfdfafd8686744c85b014 (diff) | |
download | cpython-880e4f3ca1fa716dbf48c32bded7aa00173b4fec.zip cpython-880e4f3ca1fa716dbf48c32bded7aa00173b4fec.tar.gz cpython-880e4f3ca1fa716dbf48c32bded7aa00173b4fec.tar.bz2 |
#9911: doc copyedits.
-rw-r--r-- | Doc/library/_winreg.rst | 2 | ||||
-rw-r--r-- | Doc/library/cookie.rst | 2 | ||||
-rw-r--r-- | Doc/library/tix.rst | 2 | ||||
-rw-r--r-- | 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 804af8a..3d9042c 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 <http://msdn.microsoft.com/en-us/library/aa384129(v=VS.85).aspx>`__. .. data:: KEY_WOW64_64KEY diff --git a/Doc/library/cookie.rst b/Doc/library/cookie.rst index 8d64206..3e9ea5a 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 8626cd8..ca2f07e 100644 --- a/Doc/library/tix.rst +++ b/Doc/library/tix.rst @@ -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: diff --git a/Doc/library/urlparse.rst b/Doc/library/urlparse.rst index e2c6061..37f2aae 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. |