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

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


The following commit(s) were added to refs/heads/master by this push:
     new f0db71c59 [doc] fix typo error in python-api.md (#4488)
f0db71c59 is described below

commit f0db71c59df0a1a561753e4761cb28f787c27528
Author: LsomeYeah <[email protected]>
AuthorDate: Mon Nov 11 11:42:37 2024 +0800

    [doc] fix typo error in python-api.md (#4488)
---
 docs/content/program-api/python-api.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/program-api/python-api.md 
b/docs/content/program-api/python-api.md
index 396d9eb99..940e8cb52 100644
--- a/docs/content/program-api/python-api.md
+++ b/docs/content/program-api/python-api.md
@@ -187,7 +187,7 @@ schema = Schema(
     options={'bucket': '2'})
 ```
 
-### Create Tale
+### Create Table
 ```python
 schema = ...
 catalog.create_table(

Reply via email to