diff --git a/voluptuous/schema_builder.py b/voluptuous/schema_builder.py index 6ad8758..f7427f8 100644 --- a/voluptuous/schema_builder.py +++ b/voluptuous/schema_builder.py @@ -1020,7 +1020,11 @@ def __repr__(self): class Marker(object): - """Mark nodes for special treatment.""" + """Mark nodes for special treatment. + + `description` is an optional field, unused by Voluptuous itself, but can be used + introspected by any external tool, for example to generate schema documentation. + """ def __init__( self,