From: Ethan Furman Date: Sat, 20 Aug 2016 15:56:40 +0000 (-0700) Subject: issue26981: fix typo X-Git-Tag: v3.6.0b1~625 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7649b24c04b7a396a7a5135f2a5910961d1e15bb;p=python issue26981: fix typo --- diff --git a/Misc/NEWS b/Misc/NEWS index 6c871cc0da..7429608dc9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -137,7 +137,7 @@ Library - Issue #26800: Undocumented support of general bytes-like objects as paths in os functions is now deprecated. -- Issue #26981: Add _order_ compatibility ship to enum.Enum for +- Issue #26981: Add _order_ compatibility shim to enum.Enum for Python 2/3 code bases. - Issue #27661: Added tzinfo keyword argument to datetime.combine.