Skip to content

Commit 3238a6e

Browse files
Fix 'our' to 'your' typo (#5303)
1 parent 96ecfae commit 3238a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def sum_even_numbers(numbers: List[int]) -> int:
2626
return sum(num for num in numbers if num % 2 == 0)
2727
```
2828

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

3131
```shell
3232
> pip install ruff

0 commit comments

Comments
 (0)