1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

docs: fix spelling mistake: exmaple to example (#2033)

Co-authored-by: Linlang <Lv.Linlang@hotmail.com>
This commit is contained in:
shauryaMi12
2025-10-17 10:50:16 +05:30
committed by GitHub
parent 3dc5a7d299
commit bb7ab1cf14

View File

@@ -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