fix typo
Co-authored-by: Georg Brandl <georg@python.org>
This commit is contained in:
parent
d7465af86f
commit
4a4e0d84d1
|
@ -383,7 +383,7 @@ where
|
|||
self.as_ref(py).try_borrow()
|
||||
}
|
||||
|
||||
/// Attempts to immutably borrow the value `T`, returning an error if the value is currently borrowed.
|
||||
/// Attempts to mutably borrow the value `T`, returning an error if the value is currently borrowed.
|
||||
///
|
||||
/// The borrow lasts while the returned [`PyRefMut`] exists.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue