Commit f732de0a authored by Fred Drake's avatar Fred Drake

remove extra blank line for conssitency

parent 3edc5d6e
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
############################################################################## ##############################################################################
"""Database connection support """Database connection support
$Id: Connection.py,v 1.141 2004/04/01 03:56:58 jeremy Exp $""" $Id: Connection.py,v 1.142 2004/04/02 17:47:57 fdrake Exp $"""
import logging import logging
import sys import sys
...@@ -242,7 +242,6 @@ class Connection(ExportImport, object): ...@@ -242,7 +242,6 @@ class Connection(ExportImport, object):
- `oid`: an object id - `oid`: an object id
:Exceptions: :Exceptions:
- `KeyError`: if oid does not exist. It is possible that an - `KeyError`: if oid does not exist. It is possible that an
object does not exist as of the current transaction, but object does not exist as of the current transaction, but
existed in the past. It may even exist again in the existed in the past. It may even exist again in the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment