This commit is contained in:
Robin Dunn
2017-03-13 19:44:48 -07:00
parent 539f9d1f82
commit 479d5b9db6

View File

@@ -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();
"""