Skip to content

Fix typo and incorrect information #75

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 2, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/data/python/disk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ methods:
Deletes this Disk. This is not reversable.
example:
disk.delete()
returns: True if the delete succueeded.
returns: True if the delete succeeded.
2 changes: 1 addition & 1 deletion src/data/python/domainrecord.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ methods:
Deletes this DomainRecord. This is not reversable.
example:
record.delete()
returns: True if the delete succueeded.
returns: True if the delete succeeded.
4 changes: 2 additions & 2 deletions src/data/python/linode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ methods:
Deletes this Linode from your account. This is not reversable.
example:
l.delete()
returns: True if the delete succueeded.
returns: True if the delete succeeded.
create_config:
desc: >
Creates a new <code>Config</code> object for this Linode. These do not need to be created manually - deploy
Expand Down Expand Up @@ -202,7 +202,7 @@ methods:
default: False
example:
l.allocate_ip()
returns: True if the delete succueeded.
returns: A new IPAddress object
rebuild:
desc: >
Deletes all Disks and Configs for this Linode, then deploys a Distribution to it.
Expand Down
2 changes: 1 addition & 1 deletion src/data/python/linodeconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ methods:
Deletes this Config. This is not reversable.
example:
config.delete()
returns: True if the delete succueeded.
returns: True if the delete succeeded.