[Rcpp-commits] r1338 - pkg/Rcpp/inst/doc

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu May 27 13:06:57 CEST 2010


Author: romain
Date: 2010-05-27 13:06:56 +0200 (Thu, 27 May 2010)
New Revision: 1338

Modified:
   pkg/Rcpp/inst/doc/Rcpp-modules.Rnw
Log:
capitalize python

Modified: pkg/Rcpp/inst/doc/Rcpp-modules.Rnw
===================================================================
--- pkg/Rcpp/inst/doc/Rcpp-modules.Rnw	2010-05-27 09:53:45 UTC (rev 1337)
+++ pkg/Rcpp/inst/doc/Rcpp-modules.Rnw	2010-05-27 11:06:56 UTC (rev 1338)
@@ -70,7 +70,7 @@
   to allow programmers to simply expose c++ functions and classes to R.  
   \textsl{Rcpp modules} are inspired from the \texttt{Boost.Python}
   C++ library which provides the same features (and much more) for 
-  python. This document is a short overview of the capabilities of modules.
+  Python. This document is a short overview of the capabilities of modules.
 }
 
 \section{Motivation}
@@ -137,7 +137,7 @@
 
 \section{Rcpp modules}
 
-Rcpp modules are inspired from python modules that are generated
+Rcpp modules are inspired from Python modules that are generated
 by the \texttt{Boost.Python} library. They provide an easy way to expose
 c++ functions and classes to R, grouped together in a single entity. 
 



More information about the Rcpp-commits mailing list