Skip to content

Commit c22383e

Browse files
Copilotxadupre
andauthored
Polish waterfall doc example wording
Agent-Logs-Url: https://github.com/sdpython/teachpyx/sessions/242bb04a-1d52-4f54-a254-e242a90f9ed5 Co-authored-by: xadupre <22452781+xadupre@users.noreply.github.com>
1 parent ac74fce commit c22383e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_doc/api/tools/pandas.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
teachpyx.tools.pandas
33
=====================
44

5-
Exemple
5+
Example
66
-------
77

88
.. plot::
@@ -15,7 +15,7 @@ Exemple
1515

1616
df = pandas.DataFrame({"name": ["A", "B", "C"], "delta": [10, -3, 5]})
1717
ax, _ = plot_waterfall(df, "delta", "name", total_label="TOTAL")
18-
ax.set_title("Exemple de waterfall")
18+
ax.set_title("Example waterfall")
1919
plt.xticks(rotation=30, ha="right")
2020
plt.tight_layout()
2121
plt.show()

0 commit comments

Comments
 (0)