From: Mark Dickinson Date: Sat, 31 Oct 2009 09:39:52 +0000 (+0000) Subject: Fix ReST markup. X-Git-Tag: v3.2a1~2268 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12b2cf3de376c65f73d6376107f4d14fd551ea00;p=python Fix ReST markup. --- diff --git a/Doc/c-api/conversion.rst b/Doc/c-api/conversion.rst index 318842c32f..ad3f2fa16b 100644 --- a/Doc/c-api/conversion.rst +++ b/Doc/c-api/conversion.rst @@ -155,7 +155,7 @@ The following functions provide locale-independent string to number conversions. See the Unix man page :manpage:`atof(2)` for details. .. deprecated:: 3.1 - Use PyOS_string_to_double instead. + Use :cfunc:`PyOS_string_to_double` instead. .. cfunction:: char* PyOS_stricmp(char *s1, char *s2)