fix punctuation
Co-authored-by: Georg Brandl <georg@python.org>
This commit is contained in:
parent
4a4e0d84d1
commit
cd1efef228
|
@ -340,7 +340,7 @@ where
|
|||
/// This borrow lasts while the returned [`PyRefMut`] exists.
|
||||
///
|
||||
/// Equivalent to `self.as_ref(py).borrow_mut()` -
|
||||
/// see [`PyCell::borrow_mut`](crate::pycell::PyCell::borrow_mut)
|
||||
/// see [`PyCell::borrow_mut`](crate::pycell::PyCell::borrow_mut).
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue