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:
Sean McGovern
2025-06-14 03:37:33 +00:00
committed by PyTorch MergeBot
parent ca3cabd24a
commit 297805fd8f
35 changed files with 64 additions and 64 deletions

View File

@ -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],