Skip to content

Commit 6935859

Browse files
committed
STYLE: sitkUtils: Fix typo in warning message
From: Fernando <[email protected]> git-svn-id: http://svn.slicer.org/Slicer4/trunk@26935 3bd1e089-480b-0410-8dfb-8563597acbee
1 parent 9c9f29b commit 6935859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Base/Python/sitkUtils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def PullFromSlicer( NodeName ):
186186
"""
187187

188188
warnings.warn("'PullFromSlicer' method is deprecated and will be removed in the future."+
189-
" Use PullFromSlicer method instead.",
189+
" Use PullVolumeFromSlicer method instead.",
190190
FutureWarning)
191191

192192
return PullVolumeFromSlicer(NodeName)

0 commit comments

Comments
 (0)