Skip to content

Commit 6b5e829

Browse files
authored
Update README.rst (#1199)
Fix formatting.
1 parent f8522cf commit 6b5e829

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.rst

+5-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,11 @@ your `Cargo.toml`.
6565
- This crate can be used without the standard library by disabling the
6666
default `std` feature. To do so, use this in your `Cargo.toml`:
6767

68-
[dependencies]
69-
ndarray = { version = "0.x.y", default-features = false }
68+
::
69+
70+
[dependencies]
71+
ndarray = { version = "0.x.y", default-features = false }
72+
7073

7174
- The `geomspace` `linspace` `logspace` `range` `std` `var` `var_axis` and `std_axis`
7275
methods are only available when `std` is enabled.

0 commit comments

Comments
 (0)