Skip to content

Commit

Permalink
Doc fix in Database class.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed May 7, 2020
1 parent 105aa01 commit 5367b27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/lsst/daf/butler/registry/interfaces/_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,7 @@ class Database(ABC):
`Database` itself has several underscore-prefixed attributes:
- ``_cs``: SQLAlchemy objects representing the connection and transaction
state.
- ``_connection``: SQLAlchemy object representing the connection.
- ``_metadata``: the `sqlalchemy.schema.MetaData` object representing
the tables and other schema entities.
Expand Down

0 comments on commit 5367b27

Please sign in to comment.