diff options
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/library/apt_pkg.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/library/apt_pkg.rst b/doc/source/library/apt_pkg.rst index 8faca4a4..4fc875c5 100644 --- a/doc/source/library/apt_pkg.rst +++ b/doc/source/library/apt_pkg.rst @@ -715,7 +715,7 @@ Resolving Dependencies with :class:`ProblemResolver` The version currently installed as a :class:`Version` object, or None if the package is not installed. - .. method:: get_fullname([pretty: bool = False]) -> str + .. method:: get_fullname([pretty: bool = False]) -> str Get the full name of the package, including the architecture. If *pretty* is ``True``, the architecture is omitted for native packages, @@ -723,7 +723,7 @@ Resolving Dependencies with :class:`ProblemResolver` .. versionadded:: 0.7.100.3 - .. attribute:: has_provides + .. attribute:: has_provides A boolean value determining whether the list available via the attribute :attr:`provides_list` has at least one element. This @@ -733,7 +733,7 @@ Resolving Dependencies with :class:`ProblemResolver` pkg.has_provides and not pkg.has_versions - .. attribute:: has_versions + .. attribute:: has_versions A boolean value determining whether the list available via the attribute :attr:`version_list` has at least one element. This |