fixed doc typo

This commit is contained in:
mejrs 2021-04-30 00:43:07 +02:00
parent 90dfb0e5ae
commit 49ebc7b9cd
1 changed files with 1 additions and 1 deletions

View File

@ -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 {