Commit 45e48923 authored by Xavier Thompson's avatar Xavier Thompson

Fix typo in CyObject conversions functions comments

parent 8459ec96
......@@ -166,7 +166,7 @@
}
/*
* Cast from PyObject to CyObject:
* Cast from CyObject to PyObject:
* - borrow an atomic reference
* - return a new Python reference
*
......@@ -191,7 +191,7 @@
}
/*
* Cast from CyObject to PyObject:
* Cast from PyObject to CyObject:
* - borrow an Python 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