We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391cf40 commit 0c085f3Copy full SHA for 0c085f3
app/templates/home.html
@@ -20,8 +20,7 @@ <h2>Welcome</h2>
20
<p>This launcher includes the following examples for the DocuSign eSignature REST API.</p>
21
22
{% if show_doc %}
23
- <p><a target='_blank' href='{{ documentation | safe }}'>Documentation</a> on using OAuth Authorization Code Grant from a
24
- Python Flask application.</p>
+ <p><a target='_blank' href='{{ documentation | safe }}'>Documentation</a> on using a Python Flask application.</p>
25
{% endif %}
26
27
<h2>Basic Examples</h2>
0 commit comments