From 767c4ed87abda73f8f70222a2ac6b39a9b71a6e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Fri, 29 Nov 2024 16:15:07 +0100 Subject: [PATCH] Operator --- README.md | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3902412..dd5ea9d 100644 --- a/README.md +++ b/README.md @@ -2103,7 +2103,7 @@ from collections import deque Operator -------- -**Module of functions that provide the functionality of operators. Functions are ordered and grouped by operator precedence from least to most binding. Logical and arithmetic operators in rows 1, 3 and 5 are also ordered by precedence within a group.** +**Module of functions that provide the functionality of operators. Functions are ordered and grouped by operator precedence—from least to most binding. Logical and arithmetic operators in rows 1, 3 and 5 are also ordered by precedence within a group.** ```python import operator as op ``` diff --git a/index.html b/index.html index bf3ec8c..0af9b79 100644 --- a/index.html +++ b/index.html @@ -1724,7 +1724,7 @@ CompletedProcess(args=['bc', 1) # Last element becomes first. <el> = <deque>.popleft() # Raises IndexError if deque is empty. -

#Operator

Module of functions that provide the functionality of operators. Functions are ordered and grouped by operator precedence from least to most binding. Logical and arithmetic operators in rows 1, 3 and 5 are also ordered by precedence within a group.

import operator as op
+

#Operator

Module of functions that provide the functionality of operators. Functions are ordered and grouped by operator precedence—from least to most binding. Logical and arithmetic operators in rows 1, 3 and 5 are also ordered by precedence within a group.

import operator as op