Skip to content

Commit

Permalink
Minor: removed s and replace forgotten entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Hook25 committed Dec 12, 2023
1 parent 0de6938 commit a0b9e15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/release/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from lazr.restfulclient.resource import Entry


class LPObjects(Entry):
class LPObject(Entry):
"""
This object rappresents the result of a query using launchpadlib. This
was introduced here for three reasons:
Expand All @@ -33,7 +33,7 @@ class LPObjects(Entry):
Documentation: https://launchpad.net/+apidoc/devel.html
"""

LPBuild = LPObjects
LPBuild = LPObject

class LPSourceBuild(LPBuild):
"""
Expand All @@ -45,7 +45,7 @@ class LPBinaryBuild(LPBuild):
Documentation: https://api.launchpad.net/devel/#build
"""

class LPSourcePackageRecipe(Entry):
class LPSourcePackageRecipe(LPObject):
"""
Documentation: https://api.launchpad.net/devel/#source_package_recipe
"""
Expand Down

0 comments on commit a0b9e15

Please sign in to comment.