diff --git a/beps/bep_0003.html b/beps/bep_0003.html
index e01f8bc..10de6bc 100644
--- a/beps/bep_0003.html
+++ b/beps/bep_0003.html
@@ -112,7 +112,7 @@
bencoding
bencoded) followed by an 'e'. For example l4:spam4:eggse
corresponds to ['spam', 'eggs'].
Dictionaries are encoded as a 'd' followed by a list of alternating
-keys and their corresponding values followed by an 'e'. For example,
+unique keys and their corresponding values followed by an 'e'. For example,
d3:cow3:moo4:spam4:eggse corresponds to {'cow': 'moo',
'spam': 'eggs'} and d4:spaml1:a1:bee corresponds to
{'spam': ['a', 'b']}. Keys must be strings and appear in sorted order
diff --git a/beps/bep_0003.rst b/beps/bep_0003.rst
index 82c7039..e1b27da 100644
--- a/beps/bep_0003.rst
+++ b/beps/bep_0003.rst
@@ -69,7 +69,7 @@ bencoding
corresponds to ['spam', 'eggs'].
- Dictionaries are encoded as a 'd' followed by a list of alternating
- keys and their corresponding values followed by an 'e'. For example,
+ unique keys and their corresponding values followed by an 'e'. For example,
``d3:cow3:moo4:spam4:eggse`` corresponds to {'cow': 'moo',
'spam': 'eggs'} and ``d4:spaml1:a1:bee`` corresponds to
{'spam': ['a', 'b']}. Keys must be strings and appear in sorted order
diff --git a/beps/bep_0052.html b/beps/bep_0052.html
index 08ce95d..53b833d 100644
--- a/beps/bep_0052.html
+++ b/beps/bep_0052.html
@@ -114,7 +114,7 @@ bencoding
bencoded) followed by an 'e'. For example l4:spam4:eggse
corresponds to ['spam', 'eggs'].
Dictionaries are encoded as a 'd' followed by a list of alternating
-keys and their corresponding values followed by an 'e'. For example,
+unique keys and their corresponding values followed by an 'e'. For example,
d3:cow3:moo4:spam4:eggse corresponds to {'cow': 'moo',
'spam': 'eggs'} and d4:spaml1:a1:bee corresponds to
{'spam': ['a', 'b']}. Keys must be strings and appear in sorted order
diff --git a/beps/bep_0052.rst b/beps/bep_0052.rst
index ddfd4d6..2c11dd9 100644
--- a/beps/bep_0052.rst
+++ b/beps/bep_0052.rst
@@ -75,7 +75,7 @@ bencoding
corresponds to ['spam', 'eggs'].
- Dictionaries are encoded as a 'd' followed by a list of alternating
- keys and their corresponding values followed by an 'e'. For example,
+ unique keys and their corresponding values followed by an 'e'. For example,
``d3:cow3:moo4:spam4:eggse`` corresponds to {'cow': 'moo',
'spam': 'eggs'} and ``d4:spaml1:a1:bee`` corresponds to
{'spam': ['a', 'b']}. Keys must be strings and appear in sorted order