fix guide

This commit is contained in:
Aviram Hassan 2022-01-06 10:02:53 +02:00
parent 9ae31f2b87
commit cbfb5acc43
No known key found for this signature in database
GPG Key ID: 6BE9D82B0E6D1368
1 changed files with 1 additions and 1 deletions

View File

@ -205,6 +205,6 @@ mod cpython;
#[cfg(not(Py_LIMITED_API))]
pub use self::cpython::*;
/// Helper to enable #[pymethods] to see the workaround for __ipow__ on Python 3.7
/// Helper to enable #\[pymethods\] to see the workaround for __ipow__ on Python 3.7
#[doc(hidden)]
pub use crate::impl_::pymethods::ipowfunc;