[pypy-commit] extradoc extradoc: typos

arigo noreply at buildbot.pypy.org
Fri Feb 20 11:05:12 CET 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r5507:e3d32ff5312a
Date: 2015-02-20 11:05 +0100
http://bitbucket.org/pypy/extradoc/changeset/e3d32ff5312a/

Log:	typos

diff --git a/talk/divio-zurich-2015/abstract.rst b/talk/divio-zurich-2015/abstract.rst
--- a/talk/divio-zurich-2015/abstract.rst
+++ b/talk/divio-zurich-2015/abstract.rst
@@ -1,14 +1,14 @@
 PyPy is a fast and compliant alternative implementation for the Python
-programming language. In this talk I would like to present PyPy, it's goals,
-it's history and the current status of running real world Python code.
+programming language. In this talk I would like to present PyPy, its goals,
+its history and the current status of running real world Python code.
 The talk will cover some architectural details like the implementation
-of our Just in Time compiler as well a bit more esoteric features like Software
-Transactional Memory, which promises to provide a GIL less PyPy. It'll also
+of our Just-in-Time compiler as well a bit more esoteric features like Software
+Transactional Memory, which promises to provide a GIL-less PyPy. It'll also
 contain a fair bit about benchmarking and how to port/move your code to
 PyPy based on a case study.
 
 Maciej Fijalkowski is a long time PyPy core developer, running a consulting
 business around PyPy, baroquesoftware.com. He has been involved in various
-pieces of PyPy, including garbage collector, just in time compiler,
+pieces of PyPy, including garbage collector, just-in-time compiler,
 assembler generation etc.
 
diff --git a/talk/divio-zurich-2015/talk.rst b/talk/divio-zurich-2015/talk.rst
--- a/talk/divio-zurich-2015/talk.rst
+++ b/talk/divio-zurich-2015/talk.rst
@@ -16,7 +16,7 @@
 
 * a fast, compliant Python interpreter
 
-* comes with a just in time compiler
+* comes with a just-in-time compiler
 
 * covers Python 2.7 and beta 3.2/3.3
 


More information about the pypy-commit mailing list