Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa8be96

Browse files
committed
Merged revisions 75977 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ........ r75977 | mark.dickinson | 2009-10-31 09:39:52 +0000 (Sat, 31 Oct 2009) | 1 line Fix ReST markup. ........
1 parent 9050bb2 commit aa8be96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/c-api/conversion.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ The following functions provide locale-independent string to number conversions.
155155
See the Unix man page :manpage:`atof(2)` for details.
156156

157157
.. deprecated:: 3.1
158-
Use PyOS_string_to_double instead.
158+
Use :cfunc:`PyOS_string_to_double` instead.
159159

160160

161161
.. cfunction:: char* PyOS_stricmp(char *s1, char *s2)

0 commit comments

Comments
 (0)