Skip to content

Commit 7c2173b

Browse files
Fix typo (provid -> provide)
Summary: Thanks for your contribution! If you're sending a large PR (e.g., >100 lines), please open an issue first about the feature / bug, and indicate how you want to contribute. We do not always accept features. See https://detectron2.readthedocs.io/notes/contributing.html#pull-requests about how we handle PRs. Before submitting a PR, please run `dev/linter.sh` to lint the code. Pull Request resolved: facebookresearch#3476 Reviewed By: zhanghang1989 Differential Revision: D31052262 Pulled By: ppwwyyxx fbshipit-source-id: d1f7ab357ce48e4d7735e024d6441a96b863bd71
1 parent 8b38097 commit 7c2173b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

detectron2/config/lazy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def new_import(name, globals=None, locals=None, fromlist=(), level=0):
151151

152152
class LazyConfig:
153153
"""
154-
Provid methods to save, load, and overrides an omegaconf config object
154+
Provide methods to save, load, and overrides an omegaconf config object
155155
which may contain definition of lazily-constructed objects.
156156
"""
157157

0 commit comments

Comments
 (0)