From f33d01d304c349a7f555779c7c99930f1203adb7 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 22 Aug 2005 19:35:18 +0000 Subject: bug [ 1266296 ] Mistakes in decimal.Context.subtract documentation --- Misc/cheatsheet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Misc/cheatsheet') diff --git a/Misc/cheatsheet b/Misc/cheatsheet index 071f13d311..718c77bf2b 100644 --- a/Misc/cheatsheet +++ b/Misc/cheatsheet @@ -209,7 +209,7 @@ Highest Operator Comment +x, -x, ~x Unary operators x**y Power x*y x/y x%y x//y mult, division, modulo, floor division - x+y x-y addition, substraction + x+y x-y addition, subtraction x<>y Bit shifting x&y Bitwise and x^y Bitwise exclusive or -- cgit v1.2.1