Skip to content

Commit 6d8fe6e

Browse files
authored
Merge branch 'main' into dependabot/pip/ruff-0.3.0
2 parents 3524489 + f541322 commit 6d8fe6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials_advanced/customization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If you want to change this behavior, you should use `UseIncludeTotal` customizer
5050
{!../docs_src/tutorials_advanced/customization.py [ln:16-19]!}
5151
```
5252

53-
1. Now when you will paginate using `PageNoToal` class, it will not include total count of items.
53+
1. Now when you will paginate using `PageNoTotal` class, it will not include total count of items.
5454

5555
### Change params default values
5656

@@ -93,4 +93,4 @@ You can use multiple customizers at once, just pass them as to regular `Annotate
9393
{!../docs_src/tutorials_advanced/customization.py [ln:41-47]!}
9494
```
9595

96-
1. Now `CustomPage` will have `CustomPage` name, no total count of items, all params optional.
96+
1. Now `CustomPage` will have `CustomPage` name, no total count of items, all params optional.

0 commit comments

Comments
 (0)