From 479d5b9db6a33faf8d4521a583e97ffdb8fc7e69 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 13 Mar 2017 19:44:48 -0700 Subject: [PATCH] typos --- etgtools/extractors.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etgtools/extractors.py b/etgtools/extractors.py index 27e09637..5022a22a 100644 --- a/etgtools/extractors.py +++ b/etgtools/extractors.py @@ -301,8 +301,8 @@ class FunctionDef(BaseDef, FixWxPrefix): info we've already received from the source XML such as the argument types and names, docstring, etc. - The code generated for this verison will expect the given code to use - SIP specfic variable names, etc. For example:: + The code generated for this version will expect the given code to use + SIP specific variable names, etc. For example:: sipRes = sipCpp->Foo(); """