Skip to content

Commit c455b2c

Browse files
authored
Merge pull request #75 from Jonchun/fix-typos
Fix typo and incorrect information
2 parents 059a9e9 + 3900892 commit c455b2c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/data/python/disk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ methods:
3131
Deletes this Disk. This is not reversable.
3232
example:
3333
disk.delete()
34-
returns: True if the delete succueeded.
34+
returns: True if the delete succeeded.

src/data/python/domainrecord.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ methods:
2929
Deletes this DomainRecord. This is not reversable.
3030
example:
3131
record.delete()
32-
returns: True if the delete succueeded.
32+
returns: True if the delete succeeded.

src/data/python/linode.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ methods:
7474
Deletes this Linode from your account. This is not reversable.
7575
example:
7676
l.delete()
77-
returns: True if the delete succueeded.
77+
returns: True if the delete succeeded.
7878
create_config:
7979
desc: >
8080
Creates a new <code>Config</code> object for this Linode. These do not need to be created manually - deploy
@@ -202,7 +202,7 @@ methods:
202202
default: False
203203
example:
204204
l.allocate_ip()
205-
returns: True if the delete succueeded.
205+
returns: A new IPAddress object
206206
rebuild:
207207
desc: >
208208
Deletes all Disks and Configs for this Linode, then deploys a Distribution to it.

src/data/python/linodeconfig.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ methods:
3131
Deletes this Config. This is not reversable.
3232
example:
3333
config.delete()
34-
returns: True if the delete succueeded.
34+
returns: True if the delete succeeded.

0 commit comments

Comments
 (0)