Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.
diff --git a/Doc/library/string.rst b/Doc/library/string.rst
index 7cd28b0..ce5129d 100644
--- a/Doc/library/string.rst
+++ b/Doc/library/string.rst
@@ -538,7 +538,7 @@
 String functions
 ----------------
 
-The following functions are available to operate on string and Unicode objects.
+The following functions are available to operate on string objects.
 They are not available as string methods.