Skip to content

Commit 1ddcaea

Browse files
committed
gh-95724: Clarify taskgroups.py license.
1 parent 3ff6d9a commit 1ddcaea

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Lib/asyncio/taskgroups.py

Lines changed: 2 additions & 1 deletion
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

Lines changed: 2 additions & 1 deletion
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)