Skip to content

Commit a4a202d

Browse files
authored
Remove note in crate docs about deprecated PyObject (#5415)
1 parent ea2d483 commit a4a202d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
//!
6262
//! The type parameter `T` in these smart pointers can be filled by:
6363
//! - [`PyAny`], e.g. `Py<PyAny>` or `Bound<'py, PyAny>`, where the Python object type is not
64-
//! known. `Py<PyAny>` is so common it has a type alias [`PyObject`].
64+
//! known.
6565
//! - Concrete Python types like [`PyList`](types::PyList) or [`PyTuple`](types::PyTuple).
6666
//! - Rust types which are exposed to Python using the [`#[pyclass]`](macro@pyclass) macro.
6767
//!

0 commit comments

Comments
 (0)