diff --git a/Doc/api/utilities.tex b/Doc/api/utilities.tex index 318e450d8a3..39ca93277c3 100644 --- a/Doc/api/utilities.tex +++ b/Doc/api/utilities.tex @@ -827,9 +827,6 @@ PyArg_ParseTuple(args, "O|O:ref", &object, &callback) \item[\samp{S} (object) {[PyObject *]}] Same as \samp{O}. - \item[\samp{U} (object) {[PyObject *]}] - Same as \samp{O}. - \item[\samp{N} (object) {[PyObject *]}] Same as \samp{O}, except it doesn't increment the reference count on the object. Useful when the object is created by a call to an