Skip to content

Commit

Permalink
fixup docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Icxolu committed Jul 14, 2024
1 parent bc660c1 commit 752632c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ where
/// This method is particularly useful for calling methods defined in an
/// extension trait that has been implemented for `Bound<BaseType>`.
///
/// See also the [`as_super`] method to upcast by value, and the
/// See also the [`as_super`] method to upcast by reference, and the
/// [`PyRef::into_super`]/[`PyRefMut::into_super`] methods for upcasting a pyclass
/// that has already been [`borrow`]ed.
///
Expand Down

0 comments on commit 752632c

Please sign in to comment.