summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2021-11-14 17:57:38 -0800
committerBob Halley <halley@dnspython.org>2021-11-14 17:57:38 -0800
commit0cf9bc7337a9ab2e6530760ba9bb6c4137a34c39 (patch)
tree6370c28155dcf23d57b8842489695f07d0111c47
parent246febc405089c8551cdba3e636d174e7446ca13 (diff)
downloaddnspython-0cf9bc7337a9ab2e6530760ba9bb6c4137a34c39.tar.gz
fix examples.rst quoting
-rw-r--r--doc/examples.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/examples.rst b/doc/examples.rst
index 4811b48..e6a9e36 100644
--- a/doc/examples.rst
+++ b/doc/examples.rst
@@ -6,5 +6,7 @@ Examples
The dnspython source comes with example programs that show how
to use dnspython in practice. You can clone the dnspython source
from GitHub:
+
git clone https://github.com/rthalley/dnspython.git
+
The example prgrams are in the ``examples/`` directory.