From 7649b24c04b7a396a7a5135f2a5910961d1e15bb Mon Sep 17 00:00:00 2001 From: Ethan Furman Date: Sat, 20 Aug 2016 08:56:40 -0700 Subject: [PATCH] issue26981: fix typo --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 6c871cc0da3..7429608dc99 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.