From 4cf28ae59e0f427923c63bd46fb86b8ecffd7eb4 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 3 Dec 2018 20:29:14 +0100 Subject: [PATCH] Remove a FIXME that appears to be resolved already --- docs/developer/working.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/developer/working.rst b/docs/developer/working.rst index ac521ec..8fe051d 100644 --- a/docs/developer/working.rst +++ b/docs/developer/working.rst @@ -32,8 +32,6 @@ The only exception is: Every field can be set to ``None`` in order to clear the When calling the constructor with non-keyword arguments, fields are assigned in order, with the exception of ``header`` in :class:`~fints.segments.base.FinTS3Segment` subclasses, which can only be given as a keyword argument. When no ``header`` argument is present, a :class:`~fints.formals.SegmentHeader` is automatically constructed with default values (and no ``number``). It's generally not required to construct the ``header`` parameter manually. -**FIXME** The ``number`` should in the future be generated automatically within in sequence (at least before serializing). - .. code-block:: python >>> HNHBS1(42) -- 2.47.2