Skip to content

Commit e887b6f

Browse files
authored
Fix typo in README example for GDP histogram
1 parent c6b58f5 commit e887b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ You can also ask PandasAI to generate charts for you:
8282

8383
```python
8484
df.chat(
85-
"Plot the histogram of countries showing for each one the gd. Use different colors for each bar",
85+
"Plot the histogram of countries showing for each one the gdp. Use different colors for each bar",
8686
)
8787
```
8888

0 commit comments

Comments
 (0)