Merge "Fix two word spellings"

This commit is contained in:
Jenkins 2016-01-24 22:26:04 +00:00 committed by Gerrit Code Review
commit 8d1b667c44
2 changed files with 2 additions and 2 deletions

View File

@ -607,7 +607,7 @@ def get_clients():
def document_single_project(os_command, output_dir):
"""Create documenation for os_command."""
"""Create documentation for os_command."""
clients = get_clients()

View File

@ -15,7 +15,7 @@ commands =
flake8
# Run doc8 to check .rst and .txt files.
# HACKING.rst is the only file that is not referenced from
# doc/source, so add it explicitely.
# doc/source, so add it explicitly.
doc8 -e txt -e rst doc/source/ HACKING.rst
# Run bashate during pep8 runs to ensure violations are caught by
# the check and gate queues.