From cbfb5acc4327ee6bb516152684c6568e4b9cabb9 Mon Sep 17 00:00:00 2001 From: Aviram Hassan Date: Thu, 6 Jan 2022 10:02:53 +0200 Subject: [PATCH] fix guide --- src/ffi/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ffi/mod.rs b/src/ffi/mod.rs index 8d34e3d9..82e59e99 100644 --- a/src/ffi/mod.rs +++ b/src/ffi/mod.rs @@ -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;