fix punctuation

Co-authored-by: Georg Brandl <georg@python.org>
This commit is contained in:
mejrs 2021-07-03 12:11:55 +02:00 committed by GitHub
parent 4a4e0d84d1
commit cd1efef228
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
///