Skip to content

Commit bfa6a2b

Browse files
authored
Update get.py
1 parent 3e01c9a commit bfa6a2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

braininventory/get.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ def __get_locations(df):
7272
return df['locations'].value_counts().to_dict()
7373

7474
def __get_contributors(df):
75-
"""
76-
returns an array of contributor names
75+
"""
76+
This returns an array of contributor names from the contributorname column.
7777
"""
78-
return df['contributorname'].unique()
78+
return df['contributorname'].unique()
7979

8080

8181
def report():

0 commit comments

Comments
 (0)