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

Skip to content

Commit eb25fb7

Browse files
committed
Fix markup errors.
1 parent ba528f5 commit eb25fb7

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

Doc/library/subprocess.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ default values. The arguments that are most commonly needed are:
207207
When *stdout* or *stderr* are pipes and *universal_newlines* is
208208
:const:`True` then the output data is assumed to be encoded as UTF-8 and
209209
will automatically be decoded to text. All line endings will be converted
210-
to ``'\n'`` as described for the universal newlines `'U'`` mode argument
210+
to ``'\n'`` as described for the universal newlines ``'U'`` mode argument
211211
to :func:`open`.
212212

213213
If *shell* is :const:`True`, the specified command will be executed through

Doc/library/sys.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ always available.
195195
be set at build time with the ``--exec-prefix`` argument to the
196196
:program:`configure` script. Specifically, all configuration files (e.g. the
197197
:file:`pyconfig.h` header file) are installed in the directory
198-
:file:`{exec_prefix}/lib/python{X.Y}/config', and shared library modules are
198+
:file:`{exec_prefix}/lib/python{X.Y}/config`, and shared library modules are
199199
installed in :file:`{exec_prefix}/lib/python{X.Y}/lib-dynload`, where *X.Y*
200200
is the version number of Python, for example ``3.2``.
201201

@@ -750,12 +750,14 @@ always available.
750750
====================== ===========================
751751

752752
.. seealso::
753+
753754
:attr:`os.name` has a coarser granularity. :func:`os.uname` gives
754755
system-dependent version information.
755756

756757
The :mod:`platform` module provides detailed checks for the
757758
system's identity.
758759

760+
759761
.. data:: prefix
760762

761763
A string giving the site-specific directory prefix where the platform
@@ -764,7 +766,7 @@ always available.
764766
argument to the :program:`configure` script. The main collection of Python
765767
library modules is installed in the directory :file:`{prefix}/lib/python{X.Y}``
766768
while the platform independent header files (all except :file:`pyconfig.h`) are
767-
stored in :file:`{prefix}/include/python{X.Y}``, where *X.Y* is the version
769+
stored in :file:`{prefix}/include/python{X.Y}`, where *X.Y* is the version
768770
number of Python, for example ``3.2``.
769771

770772

0 commit comments

Comments
 (0)