Skip to content

Commit

Permalink
Fix copy/paste typo in PyListMethods docs (#4818)
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyFoote authored Dec 23, 2024
1 parent 54cfaf2 commit 787980e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use crate::types::sequence::PySequenceMethods;
/// [`Py<PyList>`][crate::Py] or [`Bound<'py, PyList>`][Bound].
///
/// For APIs available on `list` objects, see the [`PyListMethods`] trait which is implemented for
/// [`Bound<'py, PyDict>`][Bound].
/// [`Bound<'py, PyList>`][Bound].
#[repr(transparent)]
pub struct PyList(PyAny);

Expand Down

0 comments on commit 787980e

Please sign in to comment.