From 763dc89554a60a20e95f3ad00092f38da3179c78 Mon Sep 17 00:00:00 2001
From: Mohammad Ahmadi <ahmdee18@gmail.com>
Date: Wed, 5 Mar 2025 13:44:33 +0330
Subject: [PATCH] DOC: Correct a typo in ecosystem.md

---
 web/pandas/community/ecosystem.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/pandas/community/ecosystem.md b/web/pandas/community/ecosystem.md
index 2ad8d6243db55..dc663654be985 100644
--- a/web/pandas/community/ecosystem.md
+++ b/web/pandas/community/ecosystem.md
@@ -590,7 +590,7 @@ df = pd.read_csv("big.csv")  # use all your cores!
 ### [Pandarallel](https://github.com/nalepae/pandarallel)
 
 Pandarallel provides a simple way to parallelize your pandas operations on all your CPUs by changing only one line of code.
-If also displays progress bars.
+It also displays progress bars.
 
 ```python
 from pandarallel import pandarallel