Move new packages from tutorial to builtin (#12289)

* Move new packages from tutorial to builtin

* Remove unicode character from docstring
This commit is contained in:
Adam J. Stewart 2019-08-05 19:55:39 -05:00 committed by GitHub
parent 0db3d6ca37
commit 2e14cdb8fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
class PyGoogleAuth(PythonPackage):
"""This library simplifies using Googles various server-to-server
"""This library simplifies using Google's various server-to-server
authentication mechanisms to access Google APIs."""
homepage = "https://github.com/GoogleCloudPlatform/google-auth-library-python"