Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e40e27

Browse files
committed
Merged revisions 77298 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r77298 | ezio.melotti | 2010-01-04 11:00:11 +0200 (Mon, 04 Jan 2010) | 1 line fixed markup errors ........
1 parent aafdca8 commit 6e40e27

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/library/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ are always available. They are listed here in alphabetical order.
142142
.. function:: compile(source, filename, mode, flags=0, dont_inherit=False)
143143

144144
Compile the *source* into a code or AST object. Code objects can be executed
145-
by:func:`exec` or :func:`eval`. *source* can either be a string or an AST
145+
by :func:`exec` or :func:`eval`. *source* can either be a string or an AST
146146
object. Refer to the :mod:`ast` module documentation for information on how
147147
to work with AST objects.
148148

Doc/library/readline.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ made using this module affect the behaviour of both the interpreter's
1414
interactive prompt and the prompts offered by the built-in :func:`input`
1515
function.
1616

17-
..note::
17+
.. note::
1818

1919
On MacOS X the :mod:`readline` module can be implemented using
2020
the ``libedit`` library instead of GNU readline.

Doc/library/runpy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The :mod:`runpy` module provides two functions:
4343

4444
``__file__`` is set to the name provided by the module loader. If the
4545
loader does not make filename information available, this variable is set
46-
to `:const:`None`.
46+
to :const:`None`.
4747

4848
``__loader__`` is set to the PEP 302 module loader used to retrieve the
4949
code for the module (This loader may be a wrapper around the standard

Doc/whatsnew/2.7.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ changes, or look through the Subversion logs for all the details.
740740
global site-packages directories, and
741741
:func:`getusersitepackages` returns the path of the user's
742742
site-packages directory.
743-
:func:`getuserbase` returns the value of the :envvar:``USER_BASE``
743+
:func:`getuserbase` returns the value of the :envvar:`USER_BASE`
744744
environment variable, giving the path to a directory that can be used
745745
to store data.
746746
(Contributed by Tarek Ziade; :issue:`6693`.)

0 commit comments

Comments
 (0)