Skip to content

Commit 6b15ca6

Browse files
committed
Fixing return plural
1 parent 9474337 commit 6b15ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

captum/attr/_utils/visualization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ def visualize_image_attr_multiple(
348348
`show_colorbar`, `alpha_overlay`, `cmap`, etc.
349349
350350
351-
Return:
351+
Returns:
352352
2-element tuple of **figure**, **axis**:
353353
- **figure** (*matplotlib.pyplot.figure*):
354354
Figure object on which visualization

0 commit comments

Comments
 (0)