Skip to content

Commit 242e166

Browse files
fixed syntax error in generate_library
1 parent e2e3107 commit 242e166

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generator/generate_library.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def generate_pagination_parameters(operation):
3434
},
3535
'direction': {
3636
'type': 'string',
37-
'description': 'use with perPage to get total results up to total_pages*perPage; -1 or "all" for all pages','
37+
'description': 'use with perPage to get total results up to total_pages*perPage; -1 or "all" for all pages',
3838
}
3939
}
4040
return ret

0 commit comments

Comments
 (0)