Spelling corrections

This commit is contained in:
Alexander Brock
2015-07-18 00:47:18 +02:00
parent 2474104d63
commit e81bdbfd92
7 changed files with 26 additions and 23 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ A working example would be::
The ``AppConfig`` class may implement a property ``compatiblity_errors``, that checks
whether the pretix installation meets all requirements of the plugin. If so,
it should contian ``None`` or an empty list, otherwise a list of strings containing
it should contain ``None`` or an empty list, otherwise a list of strings containing
human-readable error messages. We recommend using the ``django.utils.functional.cached_property``
decorator, as it might get called a lot. You can also implement ``compatibility_warnings``,
those will be displayed but not block the plugin execution.