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 08bf45f commit b6d00e6Copy full SHA for b6d00e6
src/context.rs
@@ -15,11 +15,11 @@ use pyo3::{
15
/// let c = Context::new();
16
///
17
/// c.run(python! {
18
-/// foo = 5
+/// foo = 5
19
/// });
20
21
22
-/// assert foo == 5
+/// assert foo == 5
23
24
/// ```
25
@@ -33,7 +33,7 @@ use pyo3::{
33
/// c.set("x", 13);
34
35
36
-/// foo = x + 2
+/// foo = x + 2
37
38
39
/// assert_eq!(c.get::<i32>("foo"), 15);
0 commit comments