revert formatting

This commit is contained in:
Pawel
2026-02-18 20:28:18 -05:00
parent f7b70eb685
commit 56b1cc9fad

View File

@@ -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)