From 0cf9bc7337a9ab2e6530760ba9bb6c4137a34c39 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sun, 14 Nov 2021 17:57:38 -0800 Subject: [PATCH] fix examples.rst quoting --- doc/examples.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/examples.rst b/doc/examples.rst index 4811b482..e6a9e36b 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. -- 2.47.3