Skip to content

Commit

Permalink
Update schema_builder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
timgates42 authored and alecthomas committed Dec 6, 2019
1 parent 4916049 commit 45ba818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voluptuous/schema_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ def extend(self, schema, required=None, extra=None):

result = self.schema.copy()

# returns the key that may have been passed as argument to Marker constructor
# returns the key that may have been passed as an argument to Marker constructor
def key_literal(key):
return (key.schema if isinstance(key, Marker) else key)

Expand Down

0 comments on commit 45ba818

Please sign in to comment.