From bbdc68f0f246ecf8d49f2862e2695db64027ded4 Mon Sep 17 00:00:00 2001 From: Matthieu LAURENT Date: Sat, 4 May 2024 09:41:58 +0200 Subject: [PATCH] Fix a minor typo in a docstring (#143) --- sqlalchemy_file/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlalchemy_file/types.py b/sqlalchemy_file/types.py index eb6e44a..3f76e79 100644 --- a/sqlalchemy_file/types.py +++ b/sqlalchemy_file/types.py @@ -50,7 +50,7 @@ def __init__( """Parameters: upload_storage: storage to use validators: List of validators to apply - processors: List of validators to apply + processors: List of processors to apply upload_type: File class to use, could be used to set custom File class multiple: Use this to save multiple files