mirror of https://github.com/astral-sh/ruff
Fix typos: s/scripy/scipy/g (#2380)
This commit is contained in:
parent
6051a0c1c8
commit
adc134ced0
|
|
@ -2976,7 +2976,7 @@ altair = "alt"
|
|||
numpy = "np"
|
||||
pandas = "pd"
|
||||
seaborn = "sns"
|
||||
scripy = "sp"
|
||||
scipy = "sp"
|
||||
```
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ pub struct Options {
|
|||
numpy = "np"
|
||||
pandas = "pd"
|
||||
seaborn = "sns"
|
||||
scripy = "sp"
|
||||
scipy = "sp"
|
||||
"#
|
||||
)]
|
||||
/// The conventional aliases for imports. These aliases can be extended by
|
||||
|
|
|
|||
Loading…
Reference in New Issue