diff options
Diffstat (limited to 'api-guide/pagination')
| -rw-r--r-- | api-guide/pagination/index.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/api-guide/pagination/index.html b/api-guide/pagination/index.html index d9a3395a..6da6e135 100644 --- a/api-guide/pagination/index.html +++ b/api-guide/pagination/index.html @@ -539,7 +539,7 @@ class StandardResultsSetPagination(PageNumberPagination):  }  </code></pre>  <h4 id="setup_1">Setup</h4> -<p>To enable the <code>PageNumberPagination</code> style globally, use the following configuration:</p> +<p>To enable the <code>LimitOffsetPagination</code> style globally, use the following configuration:</p>  <pre><code>REST_FRAMEWORK = {      'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.LimitOffsetPagination'  } | 
