removing extra space

This commit is contained in:
NinjaOfNeurons
2026-01-31 23:44:52 -05:00
parent df021e87d5
commit 5f2655e517

View File

@@ -565,7 +565,6 @@ _Functional Programming with Python._
- [toolz](https://github.com/pytoolz/toolz) - A collection of functional utilities for iterators, functions, and dictionaries. - [toolz](https://github.com/pytoolz/toolz) - A collection of functional utilities for iterators, functions, and dictionaries.
- [functools](https://docs.python.org/3/library/functools.html) - (Python standard library) Higher-order functions and operations on callable objects. - [functools](https://docs.python.org/3/library/functools.html) - (Python standard library) Higher-order functions and operations on callable objects.
## GUI Development ## GUI Development
_Libraries for working with graphical user interface applications._ _Libraries for working with graphical user interface applications._