Skip to content

Commit

Permalink
Fix 'our' to 'your' typo (#5303)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Jun 22, 2023
1 parent 96ecfae commit 3238a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def sum_even_numbers(numbers: List[int]) -> int:
return sum(num for num in numbers if num % 2 == 0)
```

To start, we'll install Ruff through PyPI (or with our [preferred package manager](installation.md)):
To start, we'll install Ruff through PyPI (or with your [preferred package manager](installation.md)):

```shell
> pip install ruff
Expand Down

0 comments on commit 3238a6e

Please sign in to comment.