]> git.ipfire.org Git - thirdparty/python-fints.git/commitdiff
Remove a FIXME that appears to be resolved already
authorRaphael Michel <mail@raphaelmichel.de>
Mon, 3 Dec 2018 19:29:14 +0000 (20:29 +0100)
committerRaphael Michel <mail@raphaelmichel.de>
Mon, 3 Dec 2018 19:29:14 +0000 (20:29 +0100)
docs/developer/working.rst

index ac521ec6e208d3213f8fc894c26ea05b94f72cd8..8fe051d73615752b47b84d5b4b0129e2c7b71dc5 100644 (file)
@@ -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)