Skip to content

Commit 1191cbc

Browse files
author
yashnaiduu
committed
fix comment to English
1 parent e65e0f8 commit 1191cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/data/image_writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def resolve_writer(ext_name, error_if_not_found=True) -> Sequence:
116116
except Exception: # other writer init errors indicating it exists
117117
avail_writers.append(_writer)
118118
if not avail_writers and error_if_not_found:
119-
# install hints — user ko guess nahi karna padega
119+
# map common extensions to their required package
120120
_INSTALL_HINTS: dict = {
121121
"nii": "nibabel",
122122
"nii.gz": "nibabel",

0 commit comments

Comments
 (0)