From: Ovidiu Mircescu Date: Wed, 20 Mar 2019 13:06:02 +0000 (+0100) Subject: README typo. X-Git-Tag: v1.0~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=45c67d7d1db1ea2e3cd685cbc2615c28dc220a5d;p=tools%2Fpy2cpp.git README typo. --- diff --git a/README b/README index 4f8ab1f..8d682e1 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ The py2cpp library was created in order to make easier the call of a python -function within c++ sources. It provides convertion functions to and from a +function within c++ sources. It provides conversion functions to and from a python object for some basic c++ types (int, double, std:: string and collections for these types: std::vector, std::list, std::map). It is possible -to add your own convertion functions for your own types. +to add your own conversion functions for your own types. Example of use ---------------