Skip to content

Commit b1b657d

Browse files
committed
Fix misspelled versionadded attr on IWantsMutableSequenceToUpdate.
1 parent 76f0dc2 commit b1b657d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nti/externalization/interfaces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ class IWantsMutableSequenceToUpdate(interface.Interface):
406406
if they're being updated from a sequence, they want that sequence passed directly
407407
to their ``IInternalObjectUpdater``'s ``updateFromExternalObject`` method.
408408
409-
.. versionaddedd:: NEXT
409+
.. versionadded:: 3.3.0
410410
"""
411411

412412
class IInternalObjectIOFinder(INamedExternalizedObjectFactoryFinder, # pylint:disable=too-many-ancestors

0 commit comments

Comments
 (0)