From e669f72466713000f4209bee41886e3f53d46510 Mon Sep 17 00:00:00 2001 From: Armaan Sethi Date: Wed, 23 Jan 2019 08:32:29 -0800 Subject: [PATCH] fix sigma in the middle of when word (#16227) Summary: there is a random sigma in the when word on : https://pytorch.org/cppdocs/contributing.html Pull Request resolved: https://github.com/pytorch/pytorch/pull/16227 Differential Revision: D13762753 Pulled By: goldsborough fbshipit-source-id: 3d4bf4be859a3069402fe8c3fbc8ebee4f25cc5a --- docs/cpp/source/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cpp/source/contributing.rst b/docs/cpp/source/contributing.rst index cfe81f0..5011ebb 100644 --- a/docs/cpp/source/contributing.rst +++ b/docs/cpp/source/contributing.rst @@ -11,7 +11,7 @@ Specifically for the C++ frontend, just a note about tests: We have very extensive tests in the `test/cpp/api `_ folder. The tests are a great way to see how certain components are intended to be used. -Wh∑en compiling PyTorch from source, the test runner binary will be written to +When compiling PyTorch from source, the test runner binary will be written to ``build/bin/test_api``. The tests use the `GoogleTest `_ framework, which you can read up about to learn how to configure the test runner. When -- 2.7.4