The stepcode typos aren't to be found upstream. Recomend we merge nonetheless.
This commit is contained in:
luz.paz
2018-01-08 10:23:04 -05:00
committed by wmayer
parent e588862034
commit 504f6583dd
8 changed files with 9 additions and 9 deletions

View File

@@ -101,8 +101,8 @@ class PyObjectBase;
/** Python Object handle class
* Using pointers on classes derived from PyObjectBase would
* be potentionaly dangerous because you would have to take
* care of the reference counting of python by your self. There
* fore this class was designd. It takes care of references and
* care of the reference counting of python by your self. Hence
* this class was designed. It takes care of references and
* as long as a object of this class exists the handled class get
* not destructed. That means a PyObjectBase derived object you can
* only destruct by destructing all FCPyHandle and all python