Skip to content

Commit

Permalink
Oops. This is ReST, not Markdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Mar 1, 2014
1 parent 935feba commit 613c39b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion postgres/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,8 @@ def one(self, sql, parameters=None, default=None, back_as=None, *a, **kw):
:returns: a single record or value or the value of the
:py:attr:`default` argument
:raises: :py:exc:`~postgres.TooFew` or :py:exc:`~postgres.TooMany`
or `default` (if `default` is an `Exception` subclass or instance)
or :py:attr:`default` (if :py:attr:`default` is an
:py:class:`Exception` subclass or instance)
.. _bind parameters: #bind-parameters
Expand Down

0 comments on commit 613c39b

Please sign in to comment.