Doc: Clarify dict equality irrespective of ordering. (GH-16266)

diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index 3895a97..e8b3aba 100644
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -4381,7 +4381,7 @@
          False
 
    Dictionaries compare equal if and only if they have the same ``(key,
-   value)`` pairs. Order comparisons ('<', '<=', '>=', '>') raise
+   value)`` pairs (regardless of ordering). Order comparisons ('<', '<=', '>=', '>') raise
    :exc:`TypeError`.
 
    Dictionaries preserve insertion order.  Note that updating a key does not