Skip to content

Commit 4ae33ea

Browse files
committed
(Check against and update referenced Python version: 3.6)
1 parent b18aea9 commit 4ae33ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/backports/weakref.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Partial backport of Python 3.5's weakref module:
2+
Partial backport of Python 3.6's weakref module:
33
44
finalize (new in Python 3.4)
55

tests/test_weakref.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Partial backport of Python 3.5's test.test_weakref:
2+
Partial backport of Python 3.6's test.test_weakref:
33
44
FinalizeTestCase
55

0 commit comments

Comments
 (0)