Skip to content

Commit

Permalink
Remove stray " character from docstring (#3852)
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyFoote authored Feb 17, 2024
1 parent c33d330 commit 5f42c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ impl<T> IntoPy<PyObject> for Borrowed<'_, '_, T> {
/// # A note on `Send` and `Sync`
///
/// Accessing this object is threadsafe, since any access to its API requires a [`Python<'py>`](crate::Python) token.
/// As you can only get this by acquiring the GIL, `Py<...>` "implements [`Send`] and [`Sync`].
/// As you can only get this by acquiring the GIL, `Py<...>` implements [`Send`] and [`Sync`].
///
/// [`Rc`]: std::rc::Rc
/// [`RefCell`]: std::cell::RefCell
Expand Down

0 comments on commit 5f42c02

Please sign in to comment.