Skip to content

Commit 7799a07

Browse files
Update src/doc/ndarray_for_numpy_users/mod.rs
Co-Authored-By: Jim Turner <[email protected]>
1 parent 07b0c3c commit 7799a07

File tree

1 file changed

+1
-1
lines changed
  • src/doc/ndarray_for_numpy_users

1 file changed

+1
-1
lines changed

src/doc/ndarray_for_numpy_users/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
//! # The ndarray ecosystem
121121
//!
122122
//! `ndarray` does not provide advanced linear algebra routines out of the box (e.g. SVD decomposition).
123-
//! Most of the routines that you can find in `SciPy.linalg`/`NumPy.linalg` are provided by another crate,
123+
//! Most of the routines that you can find in `scipy.linalg`/`numpy.linalg` are provided by another crate,
124124
//! [`ndarray-linalg`](https://crates.io/crates/ndarray-linalg).
125125
//!
126126
//! The same holds for statistics: `ndarray` provides some basic functionalities (e.g. `mean`)

0 commit comments

Comments
 (0)