Skip to content

Commit

Permalink
docs: correct wildly incorrect docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jrdh committed Oct 31, 2023
1 parent 6782b7a commit b7da6d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dataimporter/emu/views/specimen.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@

class SpecimenView(View):
"""
View for preparation records.
View for specimen records.
This view populates the preparation resource on the Data Portal.
This view populates the specimen resource on the Data Portal.
"""

def is_member(self, record: SourceRecord) -> FilterResult:
Expand Down

0 comments on commit b7da6d1

Please sign in to comment.