summaryrefslogtreecommitdiff
path: root/Documentation/python-bindings.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/python-bindings.rst')
-rw-r--r--Documentation/python-bindings.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/python-bindings.rst b/Documentation/python-bindings.rst
index bac5cd34..ed9f686b 100644
--- a/Documentation/python-bindings.rst
+++ b/Documentation/python-bindings.rst
@@ -17,13 +17,13 @@ chapter lists the differences.
Mostly these differences fall under two categories:
1. Differences caused by the inherent differences between C++ and Python.
-These differences are usually caused by the use of threads or differences in
-C++ vs Python memory management.
+ These differences are usually caused by the use of threads or differences in
+ C++ vs Python memory management.
2. Differences caused by the code being work-in-progress. It's not always
-trivial to create a binding in a satisfying way, and the current bindings
-contain simplified versions of the C++ API just to get forward. These
-differences are expected to eventually go away.
+ trivial to create a binding in a satisfying way, and the current bindings
+ contain simplified versions of the C++ API just to get forward. These
+ differences are expected to eventually go away.
Coding Style
------------