Skip to content

Commit 5227b40

Browse files
committed
fix spell
1 parent c806ceb commit 5227b40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/http-client-python/generator/pygen/codegen/templates/model_base.py.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1376,7 +1376,7 @@ def _get_deserialize_callable_from_annotation(
13761376
return _resolve_deserialize_callable_from_annotation(annotation, module, rf)
13771377
try:
13781378
return _deserialize_callable_from_annotation_cached(annotation, module)
1379-
except TypeError: # unhashable annotation
1379+
except TypeError: # annotation can't be hashed, so it can't be used as a cache key
13801380
return _resolve_deserialize_callable_from_annotation(annotation, module, None)
13811381

13821382

0 commit comments

Comments
 (0)