Skip to content

Commit 393eafb

Browse files
LilyAcorndavidhewitt
authored andcommitted
Fix copy/paste typo in PyListMethods docs (#4818)
1 parent 7a227e1 commit 393eafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/list.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use crate::types::sequence::PySequenceMethods;
1818
/// [`Py<PyList>`][crate::Py] or [`Bound<'py, PyList>`][Bound].
1919
///
2020
/// For APIs available on `list` objects, see the [`PyListMethods`] trait which is implemented for
21-
/// [`Bound<'py, PyDict>`][Bound].
21+
/// [`Bound<'py, PyList>`][Bound].
2222
#[repr(transparent)]
2323
pub struct PyList(PyAny);
2424

0 commit comments

Comments
 (0)