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

jiayu pushed a commit to branch branch-0.1.0
in repository https://gitbox.apache.org/repos/asf/sedona-db.git


The following commit(s) were added to refs/heads/branch-0.1.0 by this push:
     new a3ba419  docs: Fix the indention of Python and R examples (#131)
a3ba419 is described below

commit a3ba419e0b9155e288cb17589f8cd2b690f6929a
Author: Jia Yu <ji...@wherobots.com>
AuthorDate: Mon Sep 22 21:38:09 2025 -0700

    docs: Fix the indention of Python and R examples (#131)
---
 docs/index.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/index.md b/docs/index.md
index 79b7792..3d13916 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -80,20 +80,20 @@ SedonaDB offers a flexible query interface.
 
 === "Python"
 
-       ```python
-       import sedona.db
+    ```python
+    import sedona.db
 
-       sd = sedona.db.connect()
-       sd.sql("SELECT ST_Point(0, 1) as geom")
+    sd = sedona.db.connect()
+    sd.sql("SELECT ST_Point(0, 1) as geom")
        ```
 
 === "R"
 
-  ```r
-  library(sedonadb)
+    ```r
+    library(sedonadb)
 
-  sd_sql("SELECT ST_Point(0, 1) as geom")
-  ```
+    sd_sql("SELECT ST_Point(0, 1) as geom")
+    ```
 
 ## Have questions?
 

Reply via email to