Skip to content

Commit 75f6a99

Browse files
committed
Fix doctests
1 parent abd44df commit 75f6a99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage_zarr_v2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ try:
331331
except ValidationError as exc:
332332
print(exc)
333333
"""
334-
1 validation error for GroupSpec[GroupAttrs, TypeVar]
334+
1 validation error for GroupSpec[GroupAttrs, ~TItem]
335335
attributes.b
336336
Input should be a valid integer, unable to parse string as an integer [type=int_parsing, input_value='foo', input_type=str]
337337
For further information visit https://errors.pydantic.dev/2.6/v/int_parsing
@@ -350,7 +350,7 @@ try:
350350
except ValidationError as exc:
351351
print(exc)
352352
"""
353-
1 validation error for GroupSpec[TypeVar, ArraySpec]
353+
1 validation error for GroupSpec[~TAttr, ArraySpec]
354354
members.foo
355355
Input should be a valid dictionary or instance of ArraySpec [type=model_type, input_value=GroupSpec(zarr_version=2,...tributes={}, members={}), input_type=GroupSpec]
356356
For further information visit https://errors.pydantic.dev/2.6/v/model_type

0 commit comments

Comments
 (0)