remainder of documentation
diff --git a/docs/cmake.rst b/docs/cmake.rst
index a5d0740..a3277c0 100644
--- a/docs/cmake.rst
+++ b/docs/cmake.rst
@@ -78,7 +78,7 @@
       # into Blender or Maya later on, this will cause segfaults when multiple
       # conflicting Python instances are active at the same time.
 
-      # Windows is not affected by this issue since it handles DLL imports 
+      # Windows is not affected by this issue since it handles DLL imports
       # differently. The solution for Linux and Mac OS is simple: we just don't
       # link against the Python library. The resulting shared library will have
       # missing symbols, but that's perfectly fine -- they will be resolved at