mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Typo fixes for "overridden" in comments and function names (#155944)
This word appears often in class descriptions and is not consistently spelled. Update comments and some function names to use the correct spelling consistently. Facilitates searching the codebase. Pull Request resolved: https://github.com/pytorch/pytorch/pull/155944 Approved by: https://github.com/Skylion007
This commit is contained in:
committed by
PyTorch MergeBot
parent
ca3cabd24a
commit
297805fd8f
@ -94,7 +94,7 @@ class AHTrainDecisionTree(AHTrain):
|
||||
|
||||
def get_grid_search_values(self):
|
||||
"""
|
||||
Standard values for grid search. Can be overriden.
|
||||
Standard values for grid search. Can be overridden.
|
||||
"""
|
||||
return {
|
||||
"max_depth": [5, 6, 7],
|
||||
|
Reference in New Issue
Block a user