summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook.git@proton.me>2023-04-02 21:30:04 -0500
committerJordan Cook <jordan.cook.git@proton.me>2023-04-02 21:42:25 -0500
commitfa57f80fc0870ae5f11bf9c5c1953c63d57e5d32 (patch)
treeddba68444f739dba46d1e0c9c21d2f8e825d4cf2
parent257387438bf0aef5bd3602802bce5faa94f65f0b (diff)
downloadrequests-cache-fa57f80fc0870ae5f11bf9c5c1953c63d57e5d32.tar.gz
Fix a minor typo
-rw-r--r--docs/examples.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples.md b/docs/examples.md
index d193680..7dc834d 100644
--- a/docs/examples.md
+++ b/docs/examples.md
@@ -187,7 +187,7 @@ The following scripts can also be found in the
:color: primary
:icon: file-code
-[benchmark.py](https://github.com/requests-cache/requests-cache/blob/main/examples/rps_graph.py)
+[rps_graph.py](https://github.com/requests-cache/requests-cache/blob/main/examples/rps_graph.py)
```{literalinclude} ../examples/rps_graph.py
:lines: 9-
```