From bb7ab1cf143b93a1656d13cfdbd40d1e7c15edd3 Mon Sep 17 00:00:00 2001 From: shauryaMi12 <99283577+shauryaMi12@users.noreply.github.com> Date: Fri, 17 Oct 2025 10:50:16 +0530 Subject: [PATCH] docs: fix spelling mistake: exmaple to example (#2033) Co-authored-by: Linlang --- docs/start/getdata.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start/getdata.rst b/docs/start/getdata.rst index cea9c2b0d..adb6cd624 100644 --- a/docs/start/getdata.rst +++ b/docs/start/getdata.rst @@ -129,7 +129,7 @@ For example, it looks quite long and complicated: But using string is not the only way to implement the expression. You can also implement expression by code. -Here is an exmaple which does the same thing as above examples. +Here is an example which does the same thing as above examples. .. code-block:: python