File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,4 +31,4 @@ methods:
31
31
Deletes this Disk. This is not reversable.
32
32
example :
33
33
disk.delete()
34
- returns : True if the delete succueeded .
34
+ returns : True if the delete succeeded .
Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ methods:
29
29
Deletes this DomainRecord. This is not reversable.
30
30
example :
31
31
record.delete()
32
- returns : True if the delete succueeded .
32
+ returns : True if the delete succeeded .
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ methods:
74
74
Deletes this Linode from your account. This is not reversable.
75
75
example :
76
76
l.delete()
77
- returns : True if the delete succueeded .
77
+ returns : True if the delete succeeded .
78
78
create_config :
79
79
desc : >
80
80
Creates a new <code>Config</code> object for this Linode. These do not need to be created manually - deploy
@@ -202,7 +202,7 @@ methods:
202
202
default : False
203
203
example :
204
204
l.allocate_ip()
205
- returns : True if the delete succueeded.
205
+ returns : A new IPAddress object
206
206
rebuild :
207
207
desc : >
208
208
Deletes all Disks and Configs for this Linode, then deploys a Distribution to it.
Original file line number Diff line number Diff line change @@ -31,4 +31,4 @@ methods:
31
31
Deletes this Config. This is not reversable.
32
32
example :
33
33
config.delete()
34
- returns : True if the delete succueeded .
34
+ returns : True if the delete succeeded .
You can’t perform that action at this time.
0 commit comments