]> granicus.if.org Git - python/commitdiff
Fix ReST markup.
authorMark Dickinson <dickinsm@gmail.com>
Sat, 31 Oct 2009 09:39:52 +0000 (09:39 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 31 Oct 2009 09:39:52 +0000 (09:39 +0000)
Doc/c-api/conversion.rst

index 318842c32f7b9bfcfeb887cdb57fb7a9356c305d..ad3f2fa16b45ea96db593665fdfc9fd606f97886 100644 (file)
@@ -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)