diff options
author | Martin Panter <vadmium+py@gmail.com> | 2015-10-10 10:44:25 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2015-10-10 10:44:25 (GMT) |
commit | 84835ab1cb2a8ccfeeb4474d39130d972a3c563d (patch) | |
tree | 20902bead4bcb320b8def5259b3c4f239e9251ba /Doc/glossary.rst | |
parent | f26441609310c12826fe4b5bc896aafafa268763 (diff) | |
parent | d21e0b52f1421e253ecdc583faf5743133cac605 (diff) | |
download | cpython-84835ab1cb2a8ccfeeb4474d39130d972a3c563d.zip cpython-84835ab1cb2a8ccfeeb4474d39130d972a3c563d.tar.gz cpython-84835ab1cb2a8ccfeeb4474d39130d972a3c563d.tar.bz2 |
Issue #25161: Merge full stops from 3.4 into 3.5
Diffstat (limited to 'Doc/glossary.rst')
-rw-r--r-- | Doc/glossary.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst index daaeb95..6808e7a 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -948,7 +948,7 @@ Glossary without interfering with the behaviour of other Python applications running on the same system. - See also :ref:`scripts-pyvenv` + See also :ref:`scripts-pyvenv`. virtual machine A computer defined entirely in software. Python's virtual machine |