Skip to content

Commit 4dbf587

Browse files
authored
Update virtualenvs.rst
1 parent ba1cdd5 commit 4dbf587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/virtualenvs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ use it:
155155
156156
response = requests.get('https://httpbin.org/ip')
157157
158-
print('Your IP is {0}'.format(response.json['origin']))
158+
print('Your IP is {0}'.format(response.json()['origin']))
159159
160160
Then you can run this script using ``pipenv run``:
161161

0 commit comments

Comments
 (0)