Skip to content

Commit 0a2a9fb

Browse files
Correct version number
Co-authored-by: Victor Stinner <[email protected]>
1 parent 61a43b9 commit 0a2a9fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_decimal/_decimal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7580,7 +7580,7 @@ decimal_getattr(PyObject *self, PyObject *args)
75807580
1) < 0) {
75817581
return NULL;
75827582
}
7583-
return PyUnicode_FromString("1.7");
7583+
return PyUnicode_FromString("1.70");
75847584
}
75857585

75867586
PyErr_Format(PyExc_AttributeError, "module 'decimal' has no attribute %R", name);

0 commit comments

Comments
 (0)