Merge "Fix tox -e docs sphinx errors"

This commit is contained in:
Jenkins
2017-02-20 22:42:43 +00:00
committed by Gerrit Code Review
3 changed files with 6 additions and 5 deletions

View File

@@ -190,7 +190,7 @@ you can use following code snippet:
time.strftime('%Y-%m-%dT%H:%M:%SZ', time.gmtime(timestamp)) time.strftime('%Y-%m-%dT%H:%M:%SZ', time.gmtime(timestamp))
Using the ``swift`` tool to generate a Temporary URL Using the ``swift`` tool to generate a Temporary URL
~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The ``swift`` tool provides the tempurl_ option that The ``swift`` tool provides the tempurl_ option that
auto-generates the *``temp_url_sig``* and *``temp_url_expires``* query auto-generates the *``temp_url_sig``* and *``temp_url_expires``* query

View File

@@ -1356,6 +1356,7 @@ class NodeIter(object):
Install a callback function that will be used during a call to next() Install a callback function that will be used during a call to next()
to get an alternate node instead of returning the next node from the to get an alternate node instead of returning the next node from the
iterator. iterator.
:param callback: A no argument function that should return a node dict :param callback: A no argument function that should return a node dict
or None. or None.
""" """