From 87849cda4f2824fa05e01ef9b6b3df0741da0efe Mon Sep 17 00:00:00 2001 From: Jeong YunWon Date: Tue, 30 Apr 2024 22:15:15 +0900 Subject: [PATCH] fix grammar --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 822ea7b44..0b5e88ec4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -58,7 +58,7 @@ pub use interpreter::InterpreterConfig; pub use rustpython_vm as vm; pub use settings::{opts_with_clap, RunMode}; -/// The main cli of the `rustpython` interpreter. This function will return with `std::process::ExitCode` +/// The main cli of the `rustpython` interpreter. This function will return `std::process::ExitCode` /// based on the return code of the python code ran through the cli. pub fn run(init: impl FnOnce(&mut VirtualMachine) + 'static) -> ExitCode { env_logger::init();