Skip to content

Commit

Permalink
String docs: start to add crosslinks between manual and stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahao committed Dec 20, 2014
1 parent 148d660 commit 6655241
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/manual/strings.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.. _man-strings:

.. currentmodule:: Base

*********
Strings
*********
Expand Down Expand Up @@ -97,7 +99,7 @@ convert an integer value back to a ``Char`` just as easily:
Not all integer values are valid Unicode code points, but for
performance, the ``char`` conversion does not check that every character
value is valid. If you want to check that each converted value is a
valid code point, use the ``is_valid_char`` function:
valid code point, use the :func:`is_valid_char` function:

.. doctest::

Expand Down

0 comments on commit 6655241

Please sign in to comment.