Fix C&P references to Python in comments

This commit is contained in:
Olly Betts 2015-03-27 12:40:42 +13:00
commit 01d0ee86e0
4 changed files with 7 additions and 7 deletions

View file

@ -1795,8 +1795,8 @@ public:
/* if the object is a director, and the method call originated from its
* underlying Ruby object, resolve the call by going up the c++
* inheritance chain. otherwise try to resolve the method in python.
* without this check an infinite loop is set up between the director and
* inheritance chain. otherwise try to resolve the method in Ruby.
* without this check an infinite loop is set up between the director and
* shadow class method calls.
*/