Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-Hammo authored Aug 27, 2020
1 parent 8ecb4dd commit 72e9c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Instantiate an ArlulaSession object using your API credentials as below. This wi
import arlulaapi

"""using the `with` keyword (recommended)"""
with arlula_session as arlulaapi.ArlulaSession(key, secret) :
with arlulaapi.ArlulaSession(key, secret) as arlula_session :
# Call required methods

"""explicitly defining the session"""
Expand Down

0 comments on commit 72e9c33

Please sign in to comment.