From 81e84c45d86cc42c832eb97597c292c33613aa93 Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Wed, 22 May 2024 11:02:11 -0700 Subject: [PATCH] Fix a typo --- Docstring-Guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docstring-Guidelines.md b/Docstring-Guidelines.md index d3f4b05..df4fa93 100644 --- a/Docstring-Guidelines.md +++ b/Docstring-Guidelines.md @@ -13,7 +13,7 @@ due to the nature of the PyTorch code. - [Documenting a module](#documenting-a-module) - [Documenting a class](#documenting-a-class) - [Documenting a function](#documenting-a-function) -- [Documenting deprecated methods](#documenting-deprecated-method) +- [Documenting deprecated methods](#documenting-deprecated-methods) - [See Also](#see-also) # Tooling