Skip to content

Commit 2db362f

Browse files
committed
Remove indentation
1 parent f1ca084 commit 2db362f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Modules/_decimal/_decimal.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7068,14 +7068,14 @@ Returns the same Decimal object.
70687068
As we do not have different encodings for the same number, the
70697069
received object already is in its canonical form.
70707070
7071-
>>> ExtendedContext.canonical(Decimal('2.50'))
7072-
Decimal('2.50')
7071+
>>> ExtendedContext.canonical(Decimal('2.50'))
7072+
Decimal('2.50')
70737073
[clinic start generated code]*/
70747074

70757075
static PyObject *
70767076
_decimal_Context_canonical_impl(PyObject *context, PyTypeObject *cls,
70777077
PyObject *x)
7078-
/*[clinic end generated code: output=f213e433e2032e5e input=12735851b2e36f1c]*/
7078+
/*[clinic end generated code: output=f213e433e2032e5e input=d9f19ee3e7ed9433]*/
70797079
{
70807080
decimal_state *state = PyType_GetModuleState(cls);
70817081
if (!PyDec_Check(state, x)) {

Modules/_decimal/clinic/_decimal.c.h

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)