Skip to content

Commit 24dd142

Browse files
miss-islington1st1
andauthored
gh-95724: Clarify taskgroups.py license. (GH-95847)
(cherry picked from commit 7da4937) Co-authored-by: Yury Selivanov <[email protected]>
1 parent f8df88e commit 24dd142

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)