fix punctuation
Co-authored-by: Georg Brandl <georg@python.org>
This commit is contained in:
parent
cd1efef228
commit
cfc147e826
|
@ -303,7 +303,7 @@ where
|
|||
/// Multiple immutable borrows can be taken out at the same time.
|
||||
///
|
||||
/// Equivalent to `self.as_ref(py).borrow()` -
|
||||
/// see [`PyCell::borrow`](crate::pycell::PyCell::borrow)
|
||||
/// see [`PyCell::borrow`](crate::pycell::PyCell::borrow).
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue