Rename asynchronous_context_managers_generators.md to asynchronous-context-managers-generators.md

pull/1137/head
Ashita Prasad 2024-06-22 17:52:33 +05:30 zatwierdzone przez GitHub
rodzic a894cc0423
commit 9286f219d9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -107,4 +107,4 @@ asyncio.run(main())
### Summary
Asynchronous context managers and generators are powerful tools in Python that enhance the efficiency and readability
of asynchronous code. By using 'async with' for resource management and 'async for' for iteration, you can write more performant and maintainable asynchronous
programs.
programs.