summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKartik Kapgate <99239411+10kartik@users.noreply.github.com>2022-08-18 15:08:57 +0530
committerGitHub <noreply@github.com>2022-08-18 15:08:57 +0530
commit70ff711656ad9640a286e3c754d73b98b5a05c37 (patch)
treef36440a0ccc17ec77351ea8605838c2ab0bc5f1b
parent3c3c9d1456505227cd8a165e8ae9bf762f565707 (diff)
downloadpymemcache-70ff711656ad9640a286e3c754d73b98b5a05c37.tar.gz
Update docs/getting_started.rst
Co-authored-by: Jon Parise <jon@indelible.org>
-rw-r--r--docs/getting_started.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started.rst b/docs/getting_started.rst
index 41605e2..c2f7bce 100644
--- a/docs/getting_started.rst
+++ b/docs/getting_started.rst
@@ -275,7 +275,7 @@ You can instantiate all the classes and clients offered by pymemcache.
Your client will remain open until you decide to close it or until you decide
to quit your interpreter. It can allow you to see what happens if your server
-is abruptly closed. Below is a by-example.
+is abruptly closed. Below is an example.
Starting your server: