mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +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:
|
if arguments:
|
||||||
text = self.render_table(arguments)
|
text = self.render_table(arguments)
|
||||||
else:
|
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
|
# The line that contains the directive to include the macro
|
||||||
# may be preceded or followed by text or tags, in that case
|
# may be preceded or followed by text or tags, in that case
|
||||||
# we need to make sure that any preceding or following text
|
# we need to make sure that any preceding or following text
|
||||||
|
|||||||
Reference in New Issue
Block a user