typo
diff --git a/Lib/codecs.py b/Lib/codecs.py
index 022b51b..bd415fe 100644
--- a/Lib/codecs.py
+++ b/Lib/codecs.py
@@ -576,7 +576,7 @@
 
         Note: The wrapped version will only accept the object format
         defined by the codecs, i.e. Unicode objects for most builtin
-        codecs. Output is also codec dependent and will usually by
+        codecs. Output is also codec dependent and will usually be
         Unicode as well.
 
         Files are always opened in binary mode, even if no binary mode