Commit 9554f47
Fix docstring indentation in
### Description
The docstring for `monai.transforms.io.array.SaveImage` had some faulty
indentation, causing weirdly formatted documentation on the website.
This pull request fixes the indentation.
### Types of changes
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Non-breaking change (fix or new feature that would not break
existing functionality).
- [x] In-line docstrings updated.
- [ ] Documentation updated, tested `make html` command in the `docs/`
folder.
Signed-off-by: Mathijs de Boer <[email protected]>
Co-authored-by: Mathijs de Boer <[email protected]>SaveImage (#7913)1 parent 8cfbcba commit 9554f47
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
310 | | - | |
| 310 | + | |
311 | 311 | | |
312 | | - | |
| 312 | + | |
313 | 313 | | |
314 | | - | |
| 314 | + | |
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
| |||
0 commit comments