Skip to content

Commit

Permalink
Update crates/ruff_python_stdlib/src/builtins.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>
  • Loading branch information
charliermarsh and dhruvmanila committed Nov 16, 2023
1 parent d6c3b29 commit 44d7e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ruff_python_stdlib/src/builtins.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ pub const MAGIC_GLOBALS: &[&str] = &[
///
/// Intended to be kept in sync with [`PYTHON_BUILTINS`].
pub fn is_python_builtin(name: &str) -> bool {
// Constructed by converting the `BUILTINS` slice to a `match` expression.
// Constructed by converting the `PYTHON_BUILTINS` slice to a `match` expression.
matches!(
name,
"ArithmeticError"
Expand Down

0 comments on commit 44d7e7d

Please sign in to comment.