Skip to content

Commit 58d37e1

Browse files
Fixed a typo in the comment of gather_option function
1 parent c028d9f commit 58d37e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options/base_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def initialize(self, parser):
6060
def gather_options(self):
6161
"""Initialize our parser with basic options(only once).
6262
Add additional model-specific and dataset-specific options.
63-
These options are difined in the <modify_commandline_options> function
63+
These options are defined in the <modify_commandline_options> function
6464
in model and dataset classes.
6565
"""
6666
if not self.initialized: # check if it has been initialized

0 commit comments

Comments
 (0)