Fix C&P references to Python in comments
This commit is contained in:
parent
2c08e33099
commit
01d0ee86e0
4 changed files with 7 additions and 7 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue