Skip to content

Commit

Permalink
Merge pull request #411 from cruxlog/patch-1
Browse files Browse the repository at this point in the history
Fix wording in sanitizers.rst
  • Loading branch information
disko committed Apr 8, 2015
2 parents 4328c55 + 44a6c7a commit ae8f005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developing/advanced/sanitizers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Sanitize on write (implicit sanitization)
-----------------------------------------

The second setting related to sanitization is ``kotti.sanitize_on_write``.
It defines *what* is filtered *how* when values are assigned to object attributes.
It defines, for the specified resource classes, the attributes that are sanitized and the sanitizers that will be used when the attributes are mutated and flushed.

This setting takes a list of ``dotted_path:sanitizer_name(s)`` pairs.
``dotted_path`` is a dotted path to a resource class attribute that will be sanitized implicitly with the respective sanitizer(s) upon write access.
Expand Down

0 comments on commit ae8f005

Please sign in to comment.