From 7cb08892eb0ab204219de51c84a6d7634d3ec8de Mon Sep 17 00:00:00 2001 From: JamesParrott <80779630+JamesParrott@users.noreply.github.com> Date: Thu, 17 Oct 2024 22:16:31 +0100 Subject: [PATCH] Edit docstring --- test_shapefile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_shapefile.py b/test_shapefile.py index a0173c2..7984e91 100644 --- a/test_shapefile.py +++ b/test_shapefile.py @@ -976,7 +976,7 @@ def test_iterRecords_start_stop(): """ Assert that Reader.iterRecords(start, stop) returns the correct records, as if searched for - by Reader.. + by index with Reader.record """ with shapefile.Reader("shapefiles/blockgroups") as sf: