Skip to content

Commit 16b7bc8

Browse files
Add comment
1 parent 82ef916 commit 16b7bc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Modules/_decimal/_decimal.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858

5959
#include "clinic/_decimal.c.h"
6060

61-
#define MPD_SPEC_VERSION "1.70"
61+
#define MPD_SPEC_VERSION "1.70" // Highest version of the spec this complies with
62+
// See https://speleotrove.com/decimal/decarith.html
6263

6364
/*[clinic input]
6465
module _decimal

0 commit comments

Comments
 (0)