diff options
| author | Claude Paroz <claude@2xlibre.net> | 2021-06-05 18:20:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-05 18:20:40 +0200 |
| commit | ecf8af79355c8daa67722bd0de946b351f7f613d (patch) | |
| tree | acb92f333375a00af0c0306932e7e0be03d4d29b /docs | |
| parent | 9812b486b5237933559c1bea8a11eff2b0d2af49 (diff) | |
Fixed header underlines in performance docs.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/performance.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/performance.txt b/docs/topics/performance.txt index 526828a9f6..e4c07f43bd 100644 --- a/docs/topics/performance.txt +++ b/docs/topics/performance.txt @@ -411,7 +411,7 @@ performance gains for your application to outweigh the potential risks. With these caveats in mind, you should be aware of: `PyPy <https://www.pypy.org/>`_ -~~~~~~~~~~~~~~~~~~~~~~~~~~~---- +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ `PyPy <https://www.pypy.org/>`_ is an implementation of Python in Python itself (the 'standard' Python implementation is in C). PyPy can offer substantial |
