Issue #12223: Typo fix in datamodel docs
diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst
index 7c2c9af..0cd4c62 100644
--- a/Doc/reference/datamodel.rst
+++ b/Doc/reference/datamodel.rst
@@ -2308,7 +2308,7 @@
 
 *
 
-  In ``x * y``, if one operator is a sequence that implements sequence
+  In ``x * y``, if one operand is a sequence that implements sequence
   repetition, and the other is an integer (:class:`int` or :class:`long`),
   sequence repetition is invoked.