Skip to content

Commit 0c085f3

Browse files
authored
Update home.html
1 parent 391cf40 commit 0c085f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/templates/home.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ <h2>Welcome</h2>
2020
<p>This launcher includes the following examples for the DocuSign eSignature REST API.</p>
2121

2222
{% 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>
23+
<p><a target='_blank' href='{{ documentation | safe }}'>Documentation</a> on using a Python Flask application.</p>
2524
{% endif %}
2625

2726
<h2>Basic Examples</h2>

0 commit comments

Comments
 (0)