From e05fde3702454c916764103c53680a1302dcb1a8 Mon Sep 17 00:00:00 2001 From: Stijn de Gooijer Date: Fri, 28 Jul 2023 21:36:12 +0200 Subject: [PATCH] Update CONTRIBUTING --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fbd1ca73fae0..f08dea64ec58 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -114,7 +114,7 @@ If this all runs correctly, you're ready to start contributing to the Polars cod Create a new git branch from the `main` branch in your local repository, and start coding! -The Rust codebase is located in the `polars` directory, while the Python codebase is located in the `py-polars` directory. +The Rust code is located in the `crates` directory, while the Python codebase is located in the `py-polars` directory. Both directories contain a `Makefile` with helpful commands. Most notably: - `make test` to run the test suite (see the [test suite docs](/py-polars/tests/README.md) for more info)