Skip to content

Commit

Permalink
More info to stats() docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Johnson committed Aug 6, 2012
1 parent 52803c4 commit a16092c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doloop.py
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ def stats(dbconn, table):
:py:func:`stats` only scans locked/bumped rows and use indexes for
everything else, so it should be very fast except in pathological cases.
It runs these queries:
It runs these queries in a single transaction:
.. code-block:: sql
Expand Down

0 comments on commit a16092c

Please sign in to comment.