Skip to content

Commit

Permalink
docs: Typo in tutorials/python (#1297)
Browse files Browse the repository at this point in the history
  • Loading branch information
carschandler committed Apr 29, 2024
1 parent 79ad23c commit 707c689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ So we are running a python interpreter installed from conda. And we are importin

## Testing this code

Okay, so let add a test for this function. Let's add a `tests/test_me.py` file in root of the project.
Okay, so let's add a test for this function. Let's add a `tests/test_me.py` file in root of the project.

Giving us the following project structure:

Expand Down

0 comments on commit 707c689

Please sign in to comment.