diff options
| author | Julian Andres Klode <jak@debian.org> | 2015-06-10 10:52:12 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2015-06-10 10:52:12 +0200 |
| commit | 47bbca79a52b04a6fed39c53b9e6a98350e95695 (patch) | |
| tree | 0bac15a42b27f4e614d7d21a3ce53ea153011385 /doc/source/library | |
| parent | 6e87927c689ae6d61d1658ab60d9bc67c4c44d05 (diff) | |
| download | python-apt-47bbca79a52b04a6fed39c53b9e6a98350e95695.tar.gz | |
sphinx docs: Fix remaining instances of old C syntax to use domains
Now it really stopped complaining
Diffstat (limited to 'doc/source/library')
| -rw-r--r-- | doc/source/library/apt_pkg.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/library/apt_pkg.rst b/doc/source/library/apt_pkg.rst index 4fc875c5..f8ba186a 100644 --- a/doc/source/library/apt_pkg.rst +++ b/doc/source/library/apt_pkg.rst @@ -487,7 +487,7 @@ Installation ordering with :class:`OrderList` .. class:: OrderList(depcache: DepCache) - Represent a :ctype:`pkgOrderList`, used for installation + Represent a :c:type:`pkgOrderList`, used for installation ordering. This class provides several methods and attributes, is complicated and should not be used by normal programs. |
