mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Run codespell against datasette source code too, refs #1417
This commit is contained in:
parent
2208c3c68e
commit
cd8b7bee8f
2 changed files with 5 additions and 3 deletions
|
|
@ -86,12 +86,12 @@ def actor_from_request(datasette, request):
|
|||
|
||||
@hookspec
|
||||
def permission_allowed(datasette, actor, action, resource):
|
||||
"""Check if actor is allowed to perfom this action - return True, False or None"""
|
||||
"""Check if actor is allowed to perform this action - return True, False or None"""
|
||||
|
||||
|
||||
@hookspec
|
||||
def canned_queries(datasette, database, actor):
|
||||
"""Return a dictonary of canned query definitions or an awaitable function that returns them"""
|
||||
"""Return a dictionary of canned query definitions or an awaitable function that returns them"""
|
||||
|
||||
|
||||
@hookspec
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue