Skip to content

Commit cbfb5ac

Browse files
committed
fix guide
1 parent 9ae31f2 commit cbfb5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ffi/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,6 @@ mod cpython;
205205
#[cfg(not(Py_LIMITED_API))]
206206
pub use self::cpython::*;
207207

208-
/// Helper to enable #[pymethods] to see the workaround for __ipow__ on Python 3.7
208+
/// Helper to enable #\[pymethods\] to see the workaround for __ipow__ on Python 3.7
209209
#[doc(hidden)]
210210
pub use crate::impl_::pymethods::ipowfunc;

0 commit comments

Comments
 (0)