From 65f75b82515cc772d82cf745b8763cb291d3ff2a Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer <35225576+afuetterer@users.noreply.github.com> Date: Thu, 25 Apr 2024 18:25:32 +0200 Subject: [PATCH] docs(tutorial): fix typo (#353) --- docs/src/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/tutorial.md b/docs/src/tutorial.md index 45bc7a1..aefc15e 100644 --- a/docs/src/tutorial.md +++ b/docs/src/tutorial.md @@ -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