Skip to content

Commit

Permalink
Merge pull request #19 from moihn/patch-1
Browse files Browse the repository at this point in the history
Fix typo in structures.py
  • Loading branch information
GRysev-UKKA authored Jan 7, 2025
2 parents 7443dff + 22aca64 commit b82613d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyxb/xmlschema/structures.py
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@ def CompleteWildcard (cls, namespace_context, attribute_groups, local_wildcard):
if local_wildcard is not None:
# Clause 2.2.1
return Wildcard(process_contents=local_wildcard.processContents(),
namespace_constraint=Wildcard.IntensionalIntersection(agd_constraints + [local_wildcard.namespaecConstraint()]),
namespace_constraint=Wildcard.IntensionalIntersection(agd_constraints + [local_wildcard.namespaceConstraint()]),
annotation=local_wildcard.annotation(),
namespace_context=namespace_context)
# Clause 2.2.2
Expand Down

0 comments on commit b82613d

Please sign in to comment.