C++ rewording, -Old- Users guide
authorRobert Bradshaw <robertwb@math.washington.edu>
Wed, 25 Aug 2010 18:02:17 +0000 (11:02 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Wed, 25 Aug 2010 18:02:17 +0000 (11:02 -0700)
src/userguide/index.rst
src/userguide/wrapping_CPlusPlus.rst

index db9da76fcfd363d4f868665359810e329239a874..34ea18b1338598297115b3c3438182a0ce943fe9 100644 (file)
@@ -1,4 +1,4 @@
-Old Cython Users Guide
+Cython Users Guide
 ======================
 
 Contents:
index e09c834157e4ed69a80779bfbf68856945975613..123f6eaecedad194a0a3397e6d5aef7d3518b32f 100644 (file)
@@ -9,7 +9,7 @@ Wrapping C++ Classes in Cython
 Overview
 =========
 
-Cython v0.13 introduces native support for most of the C++ language. This means that the previous tricks that were used to wrap C++ classes (as described in http://wiki.cython.org/WrappingCPlusPlus_ForCython012AndLower) are no longer useful
+Cython v0.13 introduces native support for most of the C++ language. This means that the previous tricks that were used to wrap C++ classes (as described in http://wiki.cython.org/WrappingCPlusPlus_ForCython012AndLower) are no longer needed
 
 Wrapping C++ classes with Cython is now much more straightforward. This document describe in details the new way of wrapping C++ code.