From 9636f5973cb9504836adf1ed2087a06ebd58007d Mon Sep 17 00:00:00 2001 From: Pawel Sarkowicz Date: Thu, 19 Feb 2026 01:24:18 +0000 Subject: [PATCH] revert d77efe8a390a6dcc51ff09cd04346bb3a1d97e91 revert basis -> basics --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 161c00a..a9139cb 100644 --- a/README.md +++ b/README.md @@ -2219,11 +2219,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 basics: https://pillow.readthedocs.io/en/stable/ +- PIL basis: https://pillow.readthedocs.io/en/stable/ - PIL.Image: https://pillow.readthedocs.io/en/stable/reference/Image.html ### Math -- Math basics: https://docs.python.org/3/library/math.html +- Math basis: 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)