Skip to content

Commit

Permalink
more minor wordsmithing
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed Jun 27, 2024
1 parent a313eae commit 83ccd9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use crate::checkers::ast::Checker;
/// The [`super()` callable](https://docs.python.org/3/library/functions.html#super)
/// can be used inside method definitions to create a proxy object that
/// delegates attribute access to a superclass of the current class. Attempting
/// to access attributes on the `super` object itself, however, instead of the
/// to access attributes on `super` object itself, however, instead of the
/// object returned by a call to `super()`, will raise `AttributeError`.
///
/// ## Example
Expand Down

0 comments on commit 83ccd9a

Please sign in to comment.