Skip to content

Commit cf0e981

Browse files
committed
Update doc comment.
1 parent e273ad9 commit cf0e981

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ct-python/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
//! Use the `ct_python!{..}` macro to generate Rust code from an embedded
2525
//! Python script.
2626
//! The output of the script (`print()` and anything else through `sys.stdout`)
27-
//! is captured, and will be parsed as Rust code.
27+
//! is captured, and will be parsed and injected as Rust code.
2828
//!
2929
//! ## Python Errors
3030
//!
31-
//! Any syntax errors or runtime exceptions from the Python code will be
31+
//! Any syntax errors and runtime exceptions from the Python code will be
3232
//! reported by the Rust compiler as compiler errors.
3333
//!
3434
//! ## Syntax issues

0 commit comments

Comments
 (0)