fix punctuation

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

View File

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