From d77efe8a390a6dcc51ff09cd04346bb3a1d97e91 Mon Sep 17 00:00:00 2001 From: Pawel Date: Sun, 15 Feb 2026 10:23:32 -0500 Subject: [PATCH] basis -> basics --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 013a37e..7895a48 100644 --- a/README.md +++ b/README.md @@ -2019,11 +2019,11 @@ plt.show() - pandas.DataFrame.plot: https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.plot.html (Make plots of Series or DataFrame.) ### Pillow -- PIL basis: https://pillow.readthedocs.io/en/stable/ +- PIL basics: https://pillow.readthedocs.io/en/stable/ - PIL.Image: https://pillow.readthedocs.io/en/stable/reference/Image.html ### Math -- Math basis: https://docs.python.org/3/library/math.html +- Math basics: https://docs.python.org/3/library/math.html - math.ceil: https://docs.python.org/3/library/math.html#math.ceil (Return the ceiling of x, the smallest integer greater than or equal to x)