Skip to content

Commit d532950

Browse files
authored
docs(models): fix docstring (#211)
The LocalRegistry was described as lazy but it is eager.
1 parent 2370d59 commit d532950

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modflow_devtools/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class LocalRegistry(ModelRegistry):
9292
9393
*Not* persistent — lives only in memory, unlike `PoochRegistry`.
9494
95-
The registry is loaded lazily upon first access by recursively scanning
95+
The registry is loaded eagerly on initialization by recursively scanning
9696
the given directory for models (located by the presence of a namefile)
9797
and corresponding input files.
9898

0 commit comments

Comments
 (0)