Revised the documentation of the get_query_number() function.

This commit is contained in:
依瑪貓 2020-07-01 00:54:15 +08:00
parent 37cddf478c
commit 51ec6f7eed

View File

@ -148,7 +148,7 @@ def get_query_number(request, name):
name (str): The name of the query parameter
Returns:
The parameter value, or None if this parameter does not
int: The parameter value, or None if this parameter does not
exist or is not a positive number
"""
if name not in request.GET: