Skip to content

Commit

Permalink
Fixing reference
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzymadness authored and encukou committed Sep 6, 2016
1 parent 972b9bc commit 03f0b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/strings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Conversion to text or bytes
---------------------------

There is no built-in function that converts to text in both Python versions.
The :ref`six` library provides ``six.text_type``, which is fine if it appears
The :ref:`six` library provides ``six.text_type``, which is fine if it appears
once or twice in uncomplicated code.
For better readability, we recommend using ``unicode``,
which is unambiguous and clear, but it needs to be introduced with the
Expand Down

0 comments on commit 03f0b91

Please sign in to comment.