diff docs/usage/performance.rst @ 6216:49c82acd30b2

scripts: fix X mode on code formatting scripts
author Mads Kiilerich <madski@unity3d.com>
date Mon, 19 Sep 2016 22:39:26 +0200
parents d6942b2b421c
children d02c715e2805
line wrap: on
line diff
--- a/docs/usage/performance.rst	Tue Sep 13 18:01:19 2016 +0200
+++ b/docs/usage/performance.rst	Mon Sep 19 22:39:26 2016 +0200
@@ -37,7 +37,7 @@
     several HTTP requests are served from the same Python process at once. That
     can in principle give better utilization of internal caches and less
     process overhead.
-    
+
     One danger of running multithreaded is that program execution becomes much
     more complex; programs must be written to consider all combinations of
     events and problems might depend on timing and be impossible to reproduce.