Skip to content

Commit 5a55116

Browse files
authored
Indent example
1 parent 9a5fbff commit 5a55116

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ application.
4444
)
4545
4646
try:
47-
response = amadeus.shopping.flight_offers_search.get(originLocationCode='SYD', destinationLocationCode='BKK', departureDate='2020-07-01', adults=1)
47+
response = amadeus.shopping.flight_offers_search.get(
48+
originLocationCode='SYD',
49+
destinationLocationCode='BKK',
50+
departureDate='2020-07-01',
51+
adults=1)
4852
print(response.data)
4953
except ResponseError as error:
5054
print(error)

0 commit comments

Comments
 (0)