Skip to content

Commit

Permalink
fix docs typos
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Apr 28, 2012
1 parent 86c038c commit fe492e1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions master/docs/developer/database.rst
Expand Up @@ -471,8 +471,11 @@ changes

.. py:method:: getRecentChanges(count)
:param count: maximum number of instances to return
:returns: list of dictionaries via Deferred, ordered by changeid

Get a list of the ``count`` most recent changes, represented as
dictionaies; returns fewer if that many do not exist.
dictionaries; returns fewer if that many do not exist.

.. note::
For this function, "recent" is determined by the order of the
Expand All @@ -481,10 +484,6 @@ changes
earlier than the time at which it is merged into a repository
monitored by Buildbot.

@param count: maximum number of instances to return

@returns: list of dictionaries via Deferred, ordered by changeid

.. py:method:: getLatestChangeid()
:returns: changeid via Deferred
Expand Down

0 comments on commit fe492e1

Please sign in to comment.