From 0540507ebee1e31950c9896818d9a6d2f8d248f4 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Wed, 28 Feb 2024 08:48:07 +1000 Subject: [PATCH] Fix typo --- src/pushsource/_impl/model/vms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pushsource/_impl/model/vms.py b/src/pushsource/_impl/model/vms.py index 99971565..d1198858 100644 --- a/src/pushsource/_impl/model/vms.py +++ b/src/pushsource/_impl/model/vms.py @@ -83,7 +83,7 @@ class VMIPushItem(PushItem): @property def marketplace_title(self) -> str: - """The marketplace title which is used for some certain layared products. + """The marketplace title which is used for some certain layered products. It's built from the `marketplace_title_template` by formatting it with the proper values. """