Skip to content

Commit 7c5e096

Browse files
rename method for consistency
1 parent 6a5168b commit 7c5e096

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
@@ -332,7 +332,7 @@ def set_boot_timeout(self, value):
332332
)
333333
return r.status_code
334334

335-
def del_boot_timeout(self):
335+
def remove_boot_timeout(self):
336336
r = self._h._http_resource(
337337
method="DELETE",
338338
resource=("apps", self.id, "limits", "boot_timeout")

0 commit comments

Comments
 (0)