Fix closes issue10403 - Let's not use members anymore.
diff --git a/Doc/library/decimal.rst b/Doc/library/decimal.rst
index 357882f..8ac59f4 100644
--- a/Doc/library/decimal.rst
+++ b/Doc/library/decimal.rst
@@ -742,7 +742,7 @@
 
       Normalize the number by stripping the rightmost trailing zeros and
       converting any result equal to :const:`Decimal('0')` to
-      :const:`Decimal('0e0')`. Used for producing canonical values for members
+      :const:`Decimal('0e0')`. Used for producing canonical values for attributes
       of an equivalence class. For example, ``Decimal('32.100')`` and
       ``Decimal('0.321000e+2')`` both normalize to the equivalent value
       ``Decimal('32.1')``.