From 49ebc7b9cd838356b17e9f68e52a6db8b2209fa2 Mon Sep 17 00:00:00 2001 From: mejrs Date: Fri, 30 Apr 2021 00:43:07 +0200 Subject: [PATCH] fixed doc typo --- pyo3-macros/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyo3-macros/src/lib.rs b/pyo3-macros/src/lib.rs index 24ed7fb6..ee5fa367 100644 --- a/pyo3-macros/src/lib.rs +++ b/pyo3-macros/src/lib.rs @@ -15,7 +15,7 @@ use syn::parse_macro_input; /// A proc macro used to implement Python modules. /// -/// For more on information on creating Python modules +/// For more on creating Python modules /// see the [module section of the guide](https://pyo3.rs/main/module.html). #[proc_macro_attribute] pub fn pymodule(attr: TokenStream, input: TokenStream) -> TokenStream {