diff options
author | 2006-10-24 19:36:26 +0000 | |
---|---|---|
committer | 2006-10-24 19:36:26 +0000 | |
commit | 0e6b7f182157bdca606aba9152bd220332b1d813 (patch) | |
tree | 71716c43f91d2de140cc20cb85a5f69b91a8c373 | |
parent | 849e75b5f84ffea629910b8898b588a8c6d01101 (diff) | |
download | paludis-0e6b7f182157bdca606aba9152bd220332b1d813.tar.gz paludis-0e6b7f182157bdca606aba9152bd220332b1d813.tar.xz |
Typo
-rw-r--r-- | doc/doc_programming_with_paludis.doxygen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doc_programming_with_paludis.doxygen b/doc/doc_programming_with_paludis.doxygen index 204595b14..b31fd9bdc 100644 --- a/doc/doc_programming_with_paludis.doxygen +++ b/doc/doc_programming_with_paludis.doxygen @@ -224,7 +224,7 @@ matching a particular paludis::PackageDepAtom. paludis::PackageDatabase::fetch_u can be used to convert a paludis::PackageNamePart with no associated paludis::CategoryNamePart into a full paludis::QualifiedPackageName . -In Ruby, the class is <code>Paludis::PackageDatabase</code> and and instance can +In Ruby, the class is <code>Paludis::PackageDatabase</code> and an instance can only be obtained by calling <code>some_environment.package_database</code>. Rather than providing iterator pairs, repositories are available through the <code>repositories</code> method, whose return value behaves like an array of |