From 56b1cc9fadad58c63b2acd52cfc276855c69d4e9 Mon Sep 17 00:00:00 2001 From: Pawel Date: Wed, 18 Feb 2026 20:28:18 -0500 Subject: [PATCH] revert formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b515adc..6131e9b 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)