Kaydet (Commit) bf9ec9ba authored tarafından Benjamin Peterson's avatar Benjamin Peterson

add underscores

üst 5d730177
...@@ -72,7 +72,7 @@ PyFloat_GetMin(void) ...@@ -72,7 +72,7 @@ PyFloat_GetMin(void)
static PyTypeObject FloatInfoType = {0, 0, 0, 0, 0, 0}; static PyTypeObject FloatInfoType = {0, 0, 0, 0, 0, 0};
PyDoc_STRVAR(floatinfo__doc__, PyDoc_STRVAR(floatinfo__doc__,
"sys.floatinfo\n\ "sys.float_info\n\
\n\ \n\
A structseq holding information about the float type. It contains low level\n\ A structseq holding information about the float type. It contains low level\n\
information about the precision and internal representation. Please study\n\ information about the precision and internal representation. Please study\n\
...@@ -99,7 +99,7 @@ static PyStructSequence_Field floatinfo_fields[] = { ...@@ -99,7 +99,7 @@ static PyStructSequence_Field floatinfo_fields[] = {
}; };
static PyStructSequence_Desc floatinfo_desc = { static PyStructSequence_Desc floatinfo_desc = {
"sys.floatinfo", /* name */ "sys.float_info", /* name */
floatinfo__doc__, /* doc */ floatinfo__doc__, /* doc */
floatinfo_fields, /* fields */ floatinfo_fields, /* fields */
11 11
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment