Skip to content

Commit

Permalink
Update CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Jul 28, 2023
1 parent ff73e30 commit e05fde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e05fde3

Please sign in to comment.