diff options
author | Yury Selivanov <yury@magic.io> | 2016-11-08 21:57:22 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-11-08 21:57:22 (GMT) |
commit | c3d7dbb82122b7bd14da9493d82f6675510f206a (patch) | |
tree | 698ab23f7aadce664865bee880f569d65b43fddb /Misc | |
parent | 1a9d687a496ff81db0f6bde1437b0a2dcdd5dba7 (diff) | |
download | cpython-c3d7dbb82122b7bd14da9493d82f6675510f206a.zip cpython-c3d7dbb82122b7bd14da9493d82f6675510f206a.tar.gz cpython-c3d7dbb82122b7bd14da9493d82f6675510f206a.tar.bz2 |
news: Fix a typo
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ Core and Builtins should result in PendingDeprecationWarning in 3.5 and in DeprecationWarning in 3.6. -- Issue #26182: Fix ia refleak in code that raises DeprecationWarning. +- Issue #26182: Fix a refleak in code that raises DeprecationWarning. Library ------- |