From 45c67d7d1db1ea2e3cd685cbc2615c28dc220a5d Mon Sep 17 00:00:00 2001 From: Ovidiu Mircescu Date: Wed, 20 Mar 2019 14:06:02 +0100 Subject: [PATCH] README typo. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 --------------- -- 2.39.2