style: commas [ci skip]

Co-Authored-By: Ashwin Maroli <ashmaroli@users.noreply.github.com>
This commit is contained in:
Frank Taillandier 2018-10-26 15:31:20 +02:00
parent bc11acc7b1
commit 41c25f30e1
No known key found for this signature in database
GPG Key ID: E73258E3F50AEB7E
1 changed files with 2 additions and 2 deletions

View File

@ -150,13 +150,13 @@ paginator:
description: Total number of pages description: Total number of pages
- name: paginator.previous_page - name: paginator.previous_page
description: >- description: >-
The number of the previous page, , or <code>nil</code> if no previous page exists The number of the previous page, or <code>nil</code> if no previous page exists
- name: paginator.previous_page_path - name: paginator.previous_page_path
description: >- description: >-
The path to the previous page, or <code>nil</code> if no previous page exists The path to the previous page, or <code>nil</code> if no previous page exists
- name: paginator.next_page - name: paginator.next_page
description: >- description: >-
The number of the next page, , or <code>nil</code> if no subsequent page exists The number of the next page, or <code>nil</code> if no subsequent page exists
- name: paginator.next_page_path - name: paginator.next_page_path
description: >- description: >-
The path to the next page, or <code>nil</code> if no subsequent page exists The path to the next page, or <code>nil</code> if no subsequent page exists