File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed
src/getting_started/guides/python Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ export default function Introduction(props) {
20
20
</ div >
21
21
< header >
22
22
< h1 > Getting started with Linode Python</ h1 >
23
- < h5 > by William Smith; last updated October 22nd, 2017</ h5 >
24
23
</ header >
25
24
< section >
26
25
< p >
@@ -65,17 +64,17 @@ export default function Introduction(props) {
65
64
</ p >
66
65
< Code
67
66
example = { `>>> for r in client.get_regions():
68
- ... print(r.label )
67
+ ... print(r.id )
69
68
...
70
- Dallas, TX
71
- Fremont, CA
72
- Atlanta, GA
73
- Newark, NJ
74
- London, UK
75
- Singapore, SG
76
- Frankfurt, DE
77
- Tokyo 2, JP
78
- Tokyo, JP `}
69
+ us-south-1a
70
+ us-west-1a
71
+ us-southeast-1a
72
+ us-east-1a
73
+ eu-west-1a
74
+ ap-south-1a
75
+ eu-central-1a
76
+ ap-northeast-1b
77
+ ap-northeast-1a `}
79
78
name = "bash"
80
79
noclipboard
81
80
/>
You can’t perform that action at this time.
0 commit comments