Skip to content

Commit 7da4937

Browse files
authored
gh-95724: Clarify taskgroups.py license. (#95847)
1 parent e6623e7 commit 7da4937

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Lib/asyncio/taskgroups.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Adapted with permission from the EdgeDB project.
1+
# Adapted with permission from the EdgeDB project;
2+
# license: PSFL.
23

34

45
__all__ = ["TaskGroup"]

Lib/test/test_asyncio/test_taskgroups.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Adapted with permission from the EdgeDB project.
1+
# Adapted with permission from the EdgeDB project;
2+
# license: PSFL.
23

34

45
import asyncio

0 commit comments

Comments
 (0)