Skip to content

Commit

Permalink
docs(tutorial): fix typo (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer authored Apr 25, 2024
1 parent 4df8491 commit 65f75b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ records = scythe.list_records()
```

Note that all keyword arguments you provide to this function are passed to the OAI interface as HTTP parameters.
Therefore, the example request would send the parameter `verb=ListRecord`.
Therefore, the example request would send the parameter `verb=ListRecords`.

## Performing Selective Harvesting

Expand Down

0 comments on commit 65f75b8

Please sign in to comment.