Fix link to py-spy content in contribution guide TOC (#31760)

Summary:
The extra dashes are breaking the link here
Pull Request resolved: https://github.com/pytorch/pytorch/pull/31760

Differential Revision: D19697301

Pulled By: ezyang

fbshipit-source-id: 65de026b9016dc8689c9dac9efb8aafd00b535cd
This commit is contained in:
Nathan Goldbaum
2020-02-11 20:26:30 -08:00
committed by Facebook Github Bot
parent 74c8a8f7bc
commit 139afd0ea7

View File

@ -10,7 +10,7 @@
* [Previewing changes](#previewing-changes)
+ [Submitting changes for review](#submitting-changes-for-review)
* [Adding documentation tests](#adding-documentation-tests)
- [Profiling with `py-spy`](#profiling-with--py-spy-)
- [Profiling with `py-spy`](#profiling-with-py-spy)
- [Managing multiple build trees](#managing-multiple-build-trees)
- [C++ development tips](#c---development-tips)
* [Build only what you need](#build-only-what-you-need)