This is an automated email from the ASF dual-hosted git repository.

villebro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 04077ce934 fix(api): typo api.py (#31458)
04077ce934 is described below

commit 04077ce9342412a701c764310a467917df99c3bd
Author: Shane Zarechian <[email protected]>
AuthorDate: Sun Dec 15 16:37:57 2024 -0500

    fix(api): typo api.py (#31458)
---
 superset/databases/api.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/superset/databases/api.py b/superset/databases/api.py
index 542daa93ae..34bf889765 100644
--- a/superset/databases/api.py
+++ b/superset/databases/api.py
@@ -1632,10 +1632,10 @@ class DatabaseRestApi(BaseSupersetModelRestApi):
     )
     @requires_form_data
     def csv_metadata(self) -> Response:
-        """Upload an CSV file and returns file metadata.
+        """Upload a CSV file and returns file metadata.
         ---
         post:
-          summary: Upload an CSV file and returns file metadata
+          summary: Upload a CSV file and returns file metadata
           requestBody:
             required: true
             content:

Reply via email to