diff options
| author | Sebastian Berg <sebastian@sipsolutions.net> | 2022-10-26 11:08:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-26 11:08:11 +0200 |
| commit | 12c2b7dd62fc0c14b81c8892ed5f4f59cc94d09c (patch) | |
| tree | 19740bc2384d5fc41c2c18a562e5b604104f4e9a | |
| parent | 6a5086c9b875ea06fe5c6411cdc225188f10a7bb (diff) | |
| parent | 30e1917f1c2d8e05556a47af1130c149bab7d783 (diff) | |
| download | numpy-12c2b7dd62fc0c14b81c8892ed5f4f59cc94d09c.tar.gz | |
Merge pull request #22480 from 27rabbit-penguin/27rabbit-fix-typo-advanced-debugging
DOC: fix typo in advanced_debugging.rst [skip ci]
| -rw-r--r-- | doc/source/dev/development_advanced_debugging.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/dev/development_advanced_debugging.rst b/doc/source/dev/development_advanced_debugging.rst index 2dbd6ac22..efd78cfad 100644 --- a/doc/source/dev/development_advanced_debugging.rst +++ b/doc/source/dev/development_advanced_debugging.rst @@ -23,7 +23,7 @@ But for example memory leaks can be particularly subtle or difficult to narrow down. We do not expect any of these tools to be run by most contributors. -However, you can ensure that we can track down such issues more easily easier: +However, you can ensure that we can track down such issues more easily: * Tests should cover all code paths, including error paths. * Try to write short and simple tests. If you have a very complicated test |
