diff options
author | 2007-11-18 15:56:32 +0000 | |
---|---|---|
committer | 2007-11-18 15:56:32 +0000 | |
commit | 82a11e62aa1bd693c82181107d6698fcc3fb2626 (patch) | |
tree | adbc3d29b40feded44137ef4ed3ca1036231508b /doc/api | |
parent | 059e7452fb6cfc996c95d047c89cdc01d8e5b2db (diff) | |
download | paludis-82a11e62aa1bd693c82181107d6698fcc3fb2626.tar.gz paludis-82a11e62aa1bd693c82181107d6698fcc3fb2626.tar.xz |
Typo
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/ruby/example_dep_tree.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/ruby/example_dep_tree.rb b/doc/api/ruby/example_dep_tree.rb index 45ee048c2..ba7472d01 100644 --- a/doc/api/ruby/example_dep_tree.rb +++ b/doc/api/ruby/example_dep_tree.rb @@ -116,7 +116,7 @@ end # We start with an Environment, respecting the user's '--environment' choice. env = EnvironmentMaker.instance.make_from_spec(ExampleCommandLine.instance.environment) -# Fetch package IDs for installed 'sys-apps/paludis' +# Fetch package IDs for all installed packages. ids = env.package_database.query( Query::SupportsInstalledAction.new, QueryOrder::OrderByVersion) |