Skip to content

Commit b259a1f

Browse files
committed
v1.3.2
1 parent d4d9726 commit b259a1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nested_diff/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
__all__ = ['Differ', 'Iterator', 'Patcher', 'diff', 'patch']
2222

23-
__version__ = '1.3.1'
23+
__version__ = '1.3.2'
2424
__author__ = 'Michael Samoglyadov'
2525
__license__ = 'Apache License, Version 2.0'
2626
__website__ = 'https://github.com/mr-mixas/Nested-Diff.py'
@@ -321,7 +321,7 @@ def diff(a, b, extra_handlers=(), **kwargs):
321321
kwargs: Passed to Differ's constructor as is.
322322
323323
Returns:
324-
Tuple: nested diff.
324+
Nested diff.
325325
326326
"""
327327
differ = Differ(**kwargs)

0 commit comments

Comments
 (0)