Skip to content

Commit 3f5dba9

Browse files
tdyasdavidhewitt
authored andcommitted
two before sections, one is after (#5775)
1 parent 2b15366 commit 3f5dba9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

guide/src/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ let _: Py<PyNone> = unsafe { Py::from_owned_ptr(py, raw_ptr) };
5555
# })
5656
```
5757

58-
Before:
58+
After:
5959

6060
```rust
6161
# use pyo3::prelude::*;

0 commit comments

Comments
 (0)