From f80f7c37e2c0b90c208bab701fb9f812d0fbaf7b Mon Sep 17 00:00:00 2001 From: anjali411 Date: Mon, 27 Jun 2022 15:22:25 -0400 Subject: [PATCH] Updated Public API definition and documentation (markdown) --- Public-API-definition-and-documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Public-API-definition-and-documentation.md b/Public-API-definition-and-documentation.md index f6590ff..f77c8ce 100644 --- a/Public-API-definition-and-documentation.md +++ b/Public-API-definition-and-documentation.md @@ -1,5 +1,5 @@ **Warning:** This doc presents the end state where we want to be with our public API. And as of writing, there are still some function that "look public" even though they should be private. -As of writing, if a function "looks public" and is documented on https://pytorch.org/docs, then you can rely on it being public. Otherwise, if you plan to rely on a function that is not documented on the website, please open an issue first to ask if this function is indeed public or unexpectedly exposed and might get removed in the future. +As of writing this note, if a function "looks public" and is documented on https://pytorch.org/docs, then you can rely on it being public. Otherwise, if you plan to rely on a function that is not documented on the website, please open an issue first to ask if this function is indeed public or unexpectedly exposed and might get removed in the future. # What is public API within the PyTorch project