Fix copy-paste error (#3634)

There was an error in the docs for the installer's `Reporter`. I assume
it's a copy-paste error from the `Reporter` in `resolver.rs`.
This commit is contained in:
Adolfo Ochagavía 2024-05-17 13:28:43 +02:00 committed by GitHub
parent a0c5948a0b
commit 3383510b1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ impl<'a> Installer<'a> {
}
pub trait Reporter: Send + Sync {
/// Callback to invoke when a dependency is resolved.
/// Callback to invoke when a dependency is installed.
fn on_install_progress(&self, wheel: &CachedDist);
/// Callback to invoke when the resolution is complete.