Merge "Fix some reST field lists in docstrings"

This commit is contained in:
Jenkins 2017-09-08 18:42:12 +00:00 committed by Gerrit Code Review
commit 66f875a7d3
1 changed files with 1 additions and 1 deletions

View File

@ -680,7 +680,7 @@ def prompt_user_for_confirmation(message, logger, positive_response='y'):
:param message: Confirmation string prompt
:param logger: logger object used to write info logs
:param positive_response: Beginning character for a positive user input
:return boolean true for valid confirmation, false for all others
:return: boolean true for valid confirmation, false for all others
"""
try:
if not sys.stdin.isatty():