Skip to content

Commit

Permalink
Update src/recipe_generator/pypi.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Hofer-Julian <30049909+Hofer-Julian@users.noreply.github.com>
  • Loading branch information
wolfv and Hofer-Julian authored Jul 5, 2024
1 parent 46bb069 commit 344e5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/recipe_generator/pypi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pub struct PyPIOpts {
#[arg(short, long)]
pub write: bool,

/// Wether to use the conda-forge PyPI name mapping
/// Whether to use the conda-forge PyPI name mapping
#[arg(short, long, default_value = "true")]
pub use_mapping: bool,

Expand Down

0 comments on commit 344e5b3

Please sign in to comment.