Author: Antonio Cuni <anto.c...@gmail.com>
Branch: extradoc
Changeset: r5928:303c2decb9fc
Date: 2018-12-23 14:51 +0100
http://bitbucket.org/pypy/extradoc/changeset/303c2decb9fc/

Log:    typo

diff --git a/blog/draft/2018-12-gc-disable/gc-disable.rst 
b/blog/draft/2018-12-gc-disable/gc-disable.rst
--- a/blog/draft/2018-12-gc-disable/gc-disable.rst
+++ b/blog/draft/2018-12-gc-disable/gc-disable.rst
@@ -46,7 +46,7 @@
 
 These multi-millesecond pauses are a problem for systems where it is important
 to respond to certain events with a latency which is both low and consistent.
-The GC kicks in at the wrong time, it might causes unacceptable pauses during
+If the GC kicks in at the wrong time, it might causes unacceptable pauses 
during
 the collection cycle.
 
 Let's look again at our real-world example. This is a system which
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to