Skip to content

Commit bd9c718

Browse files
committed
Minor
1 parent e4b8c80 commit bd9c718

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ code organized and reliable.
5151
variables). A formatter automatically rewrites your code to follow
5252
consistent style rules (e.g. a specific maximum line length). This template
5353
uses [Ruff](https://docs.astral.sh/ruff/) which is a fast Python linter and
54-
formatter.
54+
formatter that supports both Python files and Jupyter notebooks.
5555

5656
- **Clean Code:** Writing clean and readable code is always advisable. Some
5757
useful principles include:

0 commit comments

Comments
 (0)