Skip to content

Commit

Permalink
fix guide
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha committed Jan 6, 2022
1 parent 9ae31f2 commit cbfb5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ffi/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit cbfb5ac

Please sign in to comment.