Skip to content

Commit

Permalink
Fix typo of CRSFSchema to CSRFSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
mavjs committed Mar 21, 2013
1 parent 40a4743 commit bbde36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyramid_deform/__init__.py
Expand Up @@ -406,7 +406,7 @@ class CSRFSchema(colander.Schema):
from pyramid_deform import CSRFSchema
import colander
class MySchema(CRSFSchema):
class MySchema(CSRFSchema):
my_value = colander.SchemaNode(colander.String())
And in your application code, *bind* the schema, passing the request
Expand Down

0 comments on commit bbde36c

Please sign in to comment.