Skip to content

Commit bf335f4

Browse files
committed
Update docstring
1 parent b6a6c70 commit bf335f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_app/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def index():
6565

6666

6767
def pagination():
68-
"""Return pagination demonstration page and data generation entrypoint."""
68+
"""Return pagination and easy form demonstration."""
6969
form = models.TodoForm()
7070

7171
with switch_db(models.Todo, "secondary"):

0 commit comments

Comments
 (0)