Skip to content

Commit 061d36e

Browse files
rename method for consistency
1 parent 4f7aa3a commit 061d36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heroku3/models/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ def set_boot_timeout(self, value):
359359
)
360360
return r.status_code
361361

362-
def del_boot_timeout(self):
362+
def remove_boot_timeout(self):
363363
r = self._h._http_resource(
364364
method="DELETE",
365365
resource=("apps", self.id, "limits", "boot_timeout")

0 commit comments

Comments
 (0)