Skip to content

Commit

Permalink
Merge branch 'master' of github.com:materialsproject/api
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Nov 20, 2020
2 parents 7f63471 + 9a1bbb9 commit 1c27da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mp_api/core/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def __str__(self):
return (
f"{self.__class__.__name__} connected to {self.endpoint}\n"
f"Available fields: {', '.join(self.available_fields)}\n"
f"Available documents: {self.count():n}"
f"Available documents: {self.count()}"
)


Expand Down

0 comments on commit 1c27da6

Please sign in to comment.