Commit 17440c8
Fix CommonKeys docstring (Project-MONAI#8342)
### Description
`CommonKeys()` docstring mentions `INFO` which doesn't exist. Instead
there is a `METADATA` field, so the docstring was updated accordingly.
### Types of changes
- [x] Non-breaking change (fix or new feature that would not break
existing functionality).
- [ ] Breaking change (fix or new feature that would cause existing
functionality to change).
- [ ] New tests added to cover the changes.
- [ ] Integration tests passed locally by running `./runtests.sh -f -u
--net --coverage`.
- [ ] Quick tests passed locally by running `./runtests.sh --quick
--unittests --disttests`.
- [ ] In-line docstrings updated.
- [ ] Documentation updated, tested `make html` command in the `docs/`
folder.
Signed-off-by: Bartosz Grabowski <[email protected]>
Co-authored-by: YunLiu <[email protected]>
Signed-off-by: Can-Zhao <[email protected]>1 parent 87a6c4c commit 17440c8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
338 | | - | |
| 338 | + | |
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
| |||
0 commit comments