api docs: Use better language for no parameters allowed.

This commit is contained in:
Tim Abbott
2020-06-17 18:20:14 -07:00
parent f28b38bd8c
commit bca164c1b6

View File

@@ -72,7 +72,7 @@ class APIArgumentsTablePreprocessor(Preprocessor):
if arguments:
text = self.render_table(arguments)
else:
text = ['This endpoint does not consume any arguments.']
text = ['This endpoint does not accept any parameters.']
# The line that contains the directive to include the macro
# may be preceded or followed by text or tags, in that case
# we need to make sure that any preceding or following text