We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e273ad9 commit cf0e981Copy full SHA for cf0e981
ct-python/src/lib.rs
@@ -24,11 +24,11 @@
24
//! Use the `ct_python!{..}` macro to generate Rust code from an embedded
25
//! Python script.
26
//! The output of the script (`print()` and anything else through `sys.stdout`)
27
-//! is captured, and will be parsed as Rust code.
+//! is captured, and will be parsed and injected as Rust code.
28
//!
29
//! ## Python Errors
30
31
-//! Any syntax errors or runtime exceptions from the Python code will be
+//! Any syntax errors and runtime exceptions from the Python code will be
32
//! reported by the Rust compiler as compiler errors.
33
34
//! ## Syntax issues
0 commit comments