Fix typos: s/scripy/scipy/g (#2380)

This commit is contained in:
Erik Welch 2023-01-31 06:17:18 -06:00 committed by GitHub
parent 6051a0c1c8
commit adc134ced0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2976,7 +2976,7 @@ altair = "alt"
numpy = "np" numpy = "np"
pandas = "pd" pandas = "pd"
seaborn = "sns" seaborn = "sns"
scripy = "sp" scipy = "sp"
``` ```
--- ---

View File

@ -44,7 +44,7 @@ pub struct Options {
numpy = "np" numpy = "np"
pandas = "pd" pandas = "pd"
seaborn = "sns" seaborn = "sns"
scripy = "sp" scipy = "sp"
"# "#
)] )]
/// The conventional aliases for imports. These aliases can be extended by /// The conventional aliases for imports. These aliases can be extended by