Skip to content

Commit 306980a

Browse files
committed
address review: remove old doc_to_integral_value
1 parent 8b757da commit 306980a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Modules/_decimal/docstrings.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -326,14 +326,6 @@ Return the square root of the argument to full precision. The result is\n\
326326
correctly rounded using the ROUND_HALF_EVEN rounding mode.\n\
327327
\n");
328328

329-
PyDoc_STRVAR(doc_to_integral_value,
330-
"to_integral_value($self, /, rounding=None, context=None)\n--\n\n\
331-
Round to the nearest integer without signaling Inexact or Rounded. The\n\
332-
rounding mode is determined by the rounding parameter if given, else by\n\
333-
the given context. If neither parameter is given, then the rounding mode\n\
334-
of the current default context is used.\n\
335-
\n");
336-
337329

338330
/******************************************************************************/
339331
/* Context Object and Methods */

0 commit comments

Comments
 (0)