summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-05-26 14:35:14 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-05-26 14:35:14 (GMT)
commitf46676d48fe0e06ee76c6158cb915c20e8751ced (patch)
treebd77e24b11f2a378e60ff432ef9f0330dfb3f82f /Doc
parent92236e5651ade38b31281ed92e2c2846f8ccd0d8 (diff)
parentaa1ef2d735772b7a4c4b4164998da2883208ea48 (diff)
downloadcpython-f46676d48fe0e06ee76c6158cb915c20e8751ced.zip
cpython-f46676d48fe0e06ee76c6158cb915c20e8751ced.tar.gz
cpython-f46676d48fe0e06ee76c6158cb915c20e8751ced.tar.bz2
Branch merge
Diffstat (limited to 'Doc')
-rw-r--r--Doc/documenting/style.rst4
-rw-r--r--Doc/library/site.rst4
2 files changed, 6 insertions, 2 deletions
diff --git a/Doc/documenting/style.rst b/Doc/documenting/style.rst
index 1fdc139..71a52f2 100644
--- a/Doc/documenting/style.rst
+++ b/Doc/documenting/style.rst
@@ -136,7 +136,7 @@ Good example (establishing confident knowledge in the effective use of the langu
Economy of Expression
---------------------
-More documentation is not necessarily better documentation. Error on the side
+More documentation is not necessarily better documentation. Err on the side
of being succinct.
It is an unfortunate fact that making documentation longer can be an impediment
@@ -198,7 +198,7 @@ Audience
The tone of the tutorial (and all the docs) needs to be respectful of the
reader's intelligence. Don't presume that the readers are stupid. Lay out the
relevant information, show motivating use cases, provide glossary links, and do
-our best to connect-the-dots, but don't talk down to them or waste their time.
+your best to connect-the-dots, but don't talk down to them or waste their time.
The tutorial is meant for newcomers, many of whom will be using the tutorial to
evaluate the language as a whole. The experience needs to be positive and not
diff --git a/Doc/library/site.rst b/Doc/library/site.rst
index 23ce465..46bd5dc 100644
--- a/Doc/library/site.rst
+++ b/Doc/library/site.rst
@@ -129,6 +129,10 @@ empty, and the path manipulations are skipped; however the import of
unless the :program:`python` interpreter was started with the :option:`-S`
flag.
+ .. versionchanged:: 3.3
+ This function used to be called unconditionnally.
+
+
.. function:: addsitedir(sitedir, known_paths=None)
Adds a directory to sys.path and processes its pth files.