We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a227e1 commit 393eafbCopy full SHA for 393eafb
src/types/list.rs
@@ -18,7 +18,7 @@ use crate::types::sequence::PySequenceMethods;
18
/// [`Py<PyList>`][crate::Py] or [`Bound<'py, PyList>`][Bound].
19
///
20
/// For APIs available on `list` objects, see the [`PyListMethods`] trait which is implemented for
21
-/// [`Bound<'py, PyDict>`][Bound].
+/// [`Bound<'py, PyList>`][Bound].
22
#[repr(transparent)]
23
pub struct PyList(PyAny);
24
0 commit comments