From 870c08ee8f9cccd5c3c658761c99f9232aee5264 Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Mon, 22 Aug 2016 08:12:13 -0700 Subject: [PATCH] Fixing eash->each typo in DNS usage doc. --- docs/dns-usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dns-usage.rst b/docs/dns-usage.rst index 42bd1d5d8548..2058a52dd3c3 100644 --- a/docs/dns-usage.rst +++ b/docs/dns-usage.rst @@ -5,7 +5,7 @@ Client ------ :class:`Client ` objects provide a means to -configure your DNS applications. Eash instance holds both a ``project`` +configure your DNS applications. Each instance holds both a ``project`` and an authenticated connection to the DNS service. For an overview of authentication in ``gcloud-python``, see :doc:`gcloud-auth`.