diff options
author | Julian Andres Klode <jak@debian.org> | 2015-06-10 10:50:42 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2015-06-10 10:50:42 +0200 |
commit | 6e87927c689ae6d61d1658ab60d9bc67c4c44d05 (patch) | |
tree | f23db75a0c49a215b6b196bca5aafcc1ce8cb240 /doc/source | |
parent | be66a39aaeb00cb8c66564cecefb95c9e5a2cc45 (diff) | |
download | python-apt-6e87927c689ae6d61d1658ab60d9bc67c4c44d05.tar.gz |
doc/source/library/apt_pkg.rst: Fix indentation
Closes: #736119
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 |