eddelbuettel / rcppcnpy

Rcpp bindings for NumPy files
GNU General Public License v2.0
26 stars 16 forks source link

Vignette edits - summary and python print statments #17

Closed GarrettMooney closed 6 years ago

GarrettMooney commented 6 years ago

The summary section was included twice, so I removed one of them. The print statements were not Python 3 compatible so I added parentheses around the objects to be printed in order to make them compatible.

eddelbuettel commented 6 years ago

Thank you! Embarassing on the double summary, and good idea for the more general print().