Python typo fix

This commit is contained in:
William S Fulton 2018-08-31 20:30:35 +01:00
commit b3f736a9d1
2 changed files with 4 additions and 4 deletions

View file

@ -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