@eshagh, thank you for noticing this typo and reporting a bug. This patch adds the missing space.
** Changed in: python-apt (Ubuntu) Assignee: (unassigned) => Akbarkhon Variskhanov (kbar) ** Changed in: python-apt (Ubuntu) Status: Confirmed => In Progress ** Patch added: "1-2.3.0ubuntu3.debdiff" https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/1940097/+attachment/5598106/+files/1-2.3.0ubuntu3.debdiff -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python-apt in Ubuntu. https://bugs.launchpad.net/bugs/1940097 Title: A forgotten "space" Status in python-apt package in Ubuntu: In Progress Bug description: Hi A "space" character has been forgotten in the "apt/package.py" file and line "592". I found this error while translating. https://translations.launchpad.net/ubuntu/impish/+source/python-apt/+pots/python-apt/fa/36/+translate if not dsc: return _("Missing description for '%s'." <=== "Please report.") % (self.package.name) This line should be like this if not dsc: return _("Missing description for '%s'. " <=== "Please report.") % (self.package.name) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/1940097/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp