Skip to content

Commit

Permalink
Fix backtic in example
Browse files Browse the repository at this point in the history
  • Loading branch information
rossgrambo-zz committed Aug 13, 2019
1 parent 2b6e893 commit 857dbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/hello_world/hello_world.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
personal_access_token = os.environ['ASANA_PAT']
else:
print "No value for PAT in your console environment"
print "Try running this as `ASANA_PAT=0/1234567890abcdef... python hello_world.py`
print "Try running this as `ASANA_PAT=0/1234567890abcdef... python hello_world.py`"
quit()

client = asana.Client.access_token(personal_access_token)
Expand Down

0 comments on commit 857dbc6

Please sign in to comment.