Python typo fix
This commit is contained in:
parent
2f31c3e94e
commit
b3f736a9d1
2 changed files with 4 additions and 4 deletions
|
|
@ -34,7 +34,7 @@
|
|||
%inline %{
|
||||
#define PyMapIterator_T SwigPyMapIterator_T
|
||||
#define PyMapKeyIterator_T SwigPyMapKeyIterator_T
|
||||
#define PyMapValueIterator_T SwigPyMapValueITerator_T
|
||||
#define PyMapValueIterator_T SwigPyMapValueIterator_T
|
||||
#define PyObject_ptr SwigPtr_PyObject
|
||||
#define PyObject_var SwigVar_PyObject
|
||||
#define PyOper SwigPyOper
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue