Add retry loop for fetching authentication token if any 'Internal Failure' occurs (#368)
* Add retry loop for fetching authentication token if any 'Internal failure' occurs
This is to prevent errors while client tries to connect with server and
fails with 'Internal Failure' because it was unable to fetch OAuth2
token.
* Add retry loop for fetching authentication token if any 'Internal failure' occurs
This is to prevent errors while client tries to connect with server and
fails with 'Internal Failure' because it was unable to fetch OAuth2
token.
diff --git a/docs/reference/google.auth.app_engine.rst b/docs/reference/google.auth.app_engine.rst
index 4525c08..2142b6f 100644
--- a/docs/reference/google.auth.app_engine.rst
+++ b/docs/reference/google.auth.app_engine.rst
@@ -1,7 +1,7 @@
-google.auth.app_engine module
-=============================
+google.auth.app\_engine module
+==============================
.. automodule:: google.auth.app_engine
- :members:
- :inherited-members:
- :show-inheritance:
+ :members:
+ :inherited-members:
+ :show-inheritance: