Commit 8ce7c6d5 authored by Xavier Thompson's avatar Xavier Thompson

Fix typo in CyObject conversions functions comments

parent 11cc2ce0
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
} }
/* /*
* Cast from PyObject to CyObject: * Cast from CyObject to PyObject:
* - borrow an atomic reference * - borrow an atomic reference
* - return a new Python reference * - return a new Python reference
* *
...@@ -191,7 +191,7 @@ ...@@ -191,7 +191,7 @@
} }
/* /*
* Cast from CyObject to PyObject: * Cast from PyObject to CyObject:
* - borrow an Python reference * - borrow an Python reference
* - return a new atomic reference * - return a new atomic reference
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment