From 4b2466ff3ad2515a8c55ce1f83869d70e42858ff Mon Sep 17 00:00:00 2001 From: Kamal Singh Date: Thu, 11 May 2017 10:00:44 +0530 Subject: [PATCH] Correct name of service --- docs/speech-usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/speech-usage.rst b/docs/speech-usage.rst index 128db897ec93..81f5cdd0cb0c 100644 --- a/docs/speech-usage.rst +++ b/docs/speech-usage.rst @@ -12,7 +12,7 @@ Client :class:`~google.cloud.speech.client.Client` objects provide a means to configure your application. Each instance holds -an authenticated connection to the Natural Language service. +an authenticated connection to the Cloud Speech Service. For an overview of authentication in ``google-cloud-python``, see :doc:`google-cloud-auth`.