mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 02:53:52 +00:00
api docs: Use better language for no parameters allowed.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user