Skip to content

Commit

Permalink
Merge pull request #393 from yarikoptic/bf-typos
Browse files Browse the repository at this point in the history
Fix a few more typos picked up by an eye + more recent codespell
  • Loading branch information
christian-monch authored Oct 9, 2023
2 parents c0d5ff8 + d93dc52 commit 6f870b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datalad_metalad/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class Extract(Interface):
an even number of extractor arguments.
If dataset level extraction should be performed and you want to
provide extractor arguments. you have tp specify
provide extractor arguments. You have to specify
'--force-dataset-level' to ensure dataset-level extraction. i.e. to
prevent interpretation of the key of the first extractor argument
as path for a file-level extraction.""",
Expand Down
2 changes: 1 addition & 1 deletion datalad_metalad/extractors/tests/test_runprov.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def test_custom_dsmeta(path=None):
res = ds.meta_extract(extractorname='metalad_runprov')
# only a single results
assert_result_count(res, 1)
# 2 actvities, 1 agent, 2 generated entities
# 2 activities, 1 agent, 2 generated entities
eq_(len(res[0]['metadata_record']['extracted_metadata']['@graph']), 3)
# all properly ID'ed
assert(all('@id' in d for d in res[0]['metadata_record']['extracted_metadata']['@graph']))

0 comments on commit 6f870b7

Please sign in to comment.