We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ceb421 commit 8ab4221Copy full SHA for 8ab4221
src/target/mod.rs
@@ -378,7 +378,7 @@ impl Target {
378
Ok(release)
379
}
380
381
- /// Returns the name python uses in `sys.platform` for this architecture.
+ /// Returns the name python uses in `platform.machine()` for this architecture.
382
pub fn get_python_arch(&self) -> &str {
383
match self.arch {
384
Arch::Aarch64 => "aarch64",
0 commit comments