Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Dec 21, 2023
1 parent 4294266 commit 6e215e3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions audb/core/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@ def available(
and backend, host, repository, version as columns
Examples:
>>> audb.available(only_latest=True)
>>> df = audb.available(only_latest=True)
>>> df.loc[['air', 'emodb']]
backend host repository version
name
air artifactory https://audeering.jfrog.io/artifactory data-public 1.4.2
emodb artifactory https://audeering.jfrog.io/artifactory data-public 1.4.1
micirp artifactory https://audeering.jfrog.io/artifactory data-public 1.0.0
musan artifactory https://audeering.jfrog.io/artifactory data-public 1.0.0
air artifactory https://audeering.jfrog.io/artifactory data-public 1.4.2
emodb artifactory https://audeering.jfrog.io/artifactory data-public 1.4.1
""" # noqa: E501
databases = []
Expand Down

0 comments on commit 6e215e3

Please sign in to comment.