Fixed typo in some proprietary terms. (#161)

This commit is contained in:
Stv.X
2023-12-14 11:48:00 +08:00
committed by GitHub
parent 76e1af0e02
commit 1e0c78b970
4 changed files with 11 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ void init_random(py::module_&);
void init_fft(py::module_&);
PYBIND11_MODULE(core, m) {
m.doc() = "mlx: A framework for machine learning on Apple Silicon.";
m.doc() = "mlx: A framework for machine learning on Apple silicon.";
auto reprlib_fix = py::module_::import("mlx._reprlib_fix");