File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ pub unsafe trait AsPyPointer {
69
69
/// Conversion trait that allows various objects to be converted into `PyObject`.
70
70
#[ deprecated(
71
71
since = "0.23.0" ,
72
- note = "`ToPyObject` is going to be replaced by `IntoPyObject`. See the migration guide (https://pyo3.rs/v0.23/migration) for more information."
72
+ note = "`ToPyObject` is going to be replaced by `IntoPyObject`. See the migration guide (https://pyo3.rs/v0.23.0 /migration) for more information."
73
73
) ]
74
74
pub trait ToPyObject {
75
75
/// Converts self into a Python object.
@@ -169,7 +169,7 @@ pub trait ToPyObject {
169
169
) ]
170
170
#[ deprecated(
171
171
since = "0.23.0" ,
172
- note = "`IntoPy` is going to be replaced by `IntoPyObject`. See the migration guide (https://pyo3.rs/v0.23/migration) for more information."
172
+ note = "`IntoPy` is going to be replaced by `IntoPyObject`. See the migration guide (https://pyo3.rs/v0.23.0 /migration) for more information."
173
173
) ]
174
174
pub trait IntoPy < T > : Sized {
175
175
/// Performs the conversion.
You can’t perform that action at this time.
0 commit comments