fix grammar

This commit is contained in:
Jeong YunWon
2024-04-30 22:15:15 +09:00
parent f62114c7eb
commit 87849cda4f

View File

@@ -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();