Merge "Fix cgit references in docstrings"

This commit is contained in:
Zuul 2019-05-03 16:48:04 +00:00 committed by Gerrit Code Review
commit 7fdd56dd0c
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ from docutils import nodes
def git_file_role(name, rawtext, text, lineno, inliner,
options={}, content=[]):
"""Link a local path to a cgit file view.
"""Link a local path to a git file view.
Returns 2 part tuple containing list of nodes to insert into the
document and a list of system messages. Both are allowed to be
@ -48,7 +48,7 @@ def git_file_role(name, rawtext, text, lineno, inliner,
def config_role(name, rawtext, text, lineno, inliner,
options={}, content=[]):
"""Link a local path to a cgit file view.
"""Link a local path to a git file view.
Returns 2 part tuple containing list of nodes to insert into the
document and a list of system messages. Both are allowed to be