Skip to content

Commit

Permalink
fix(API): Db.cluster should be Db.clusters
Browse files Browse the repository at this point in the history
Fixes #218

BREAKING CHANGE: Rename `Db.cluster` to `Db.clusters`
  • Loading branch information
d-bohls committed Jan 26, 2018
1 parent b5c5f9a commit 57fb0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixnet/db/database.py
Expand Up @@ -75,7 +75,7 @@ def name(self):
return _props.get_database_name(self._handle)

@property
def cluster(self):
def clusters(self):
return self._clusters

@property
Expand Down

0 comments on commit 57fb0cf

Please sign in to comment.