Skip to content

Commit 85b4c08

Browse files
author
Andrew J Westlake
committed
'...' looked ugly on the Cargo.toml sections, so I removed it
1 parent bc8403a commit 85b4c08

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ Here we initialize the runtime, import Python's `asyncio` library and run the gi
2828

2929

3030
```toml
31-
# Cargo.toml
32-
...
33-
31+
# Cargo.toml dependencies
3432
[dependencies]
3533
pyo3 = { version = "0.13" }
3634
pyo3-asyncio = { version = "0.13", features = ["attributes", "async-std-runtime"] }
@@ -61,9 +59,7 @@ The same application can be written to use `tokio` instead using the `#[pyo3_asy
6159
attribute.
6260

6361
```toml
64-
# Cargo.toml
65-
...
66-
62+
# Cargo.toml dependencies
6763
[dependencies]
6864
pyo3 = { version = "0.13" }
6965
pyo3-asyncio = { version = "0.13", features = ["attributes", "tokio-runtime"] }

0 commit comments

Comments
 (0)