@@ -1206,7 +1206,8 @@ are always available. They are listed here in alphabetical order.
12061206.. function :: str(object='')
12071207 str(object[, encoding[, errors]])
12081208
1209- Return a string version of an object, using one of the following modes:
1209+ Return a :ref: `string <textseq >` version of an object, using one of the
1210+ following modes:
12101211
12111212 If *encoding * and/or *errors * are given, :func: `str ` will decode the
12121213 *object * which can either be a byte string or a character buffer using
@@ -1229,11 +1230,9 @@ are always available. They are listed here in alphabetical order.
12291230 Objects can specify what ``str(object) `` returns by defining a :meth: `__str__ `
12301231 special method.
12311232
1232- For more information on strings see :ref: `typesseq ` which describes sequence
1233- functionality (strings are sequences), and also the string-specific methods
1234- described in the :ref: `string-methods ` section. To output formatted strings,
1235- see the :ref: `string-formatting ` section. In addition see the
1236- :ref: `stringservices ` section.
1233+ For more information on strings and string methods, see the :ref: `textseq `
1234+ section. To output formatted strings, see the :ref: `string-formatting `
1235+ section. In addition, see the :ref: `stringservices ` section.
12371236
12381237
12391238.. function :: sum(iterable[, start])
0 commit comments