diff --git a/torch.onnx-Namespacing.md b/torch.onnx-Namespacing.md index 8f771d2..c280242 100644 --- a/torch.onnx-Namespacing.md +++ b/torch.onnx-Namespacing.md @@ -4,7 +4,7 @@ This document lists conventions on namespacing in the `torch.onnx` module. Make sure new functions and classes are private to the module by default. New modules should be private to torch.onnx by default. -> Only “promote” them to public names when needed, by removing the prefix `_` +> Only "promote" them to public names when needed, by removing the prefix `_` ### Rationale