mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
Fix GUI section title
This commit is contained in:
parent
6502130838
commit
5034919121
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
|||
- [Functional Programming](#functional-programming)
|
||||
- [Game Development](#game-development)
|
||||
- [Geolocation](#geolocation)
|
||||
- [GUI](#gui)
|
||||
- [GUI Development](#gui-development)
|
||||
- [Hardware](#hardware)
|
||||
- [HTML Manipulation](#html-manipulation)
|
||||
- [HTTP Clients](#http-clients)
|
||||
|
@ -588,7 +588,7 @@ Code Formatters
|
|||
* [funcy](https://github.com/Suor/funcy) - A fancy and practical functional tools.
|
||||
* [Toolz](https://github.com/pytoolz/toolz) - A collection of functional utilities for iterators, functions, and dictionaries.
|
||||
|
||||
## GUI
|
||||
## GUI Development
|
||||
|
||||
*Libraries for working with graphical user interface applications.*
|
||||
|
||||
|
|
Loading…
Reference in a new issue