Skip to content

Commit

Permalink
Extraneous closing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
InSyncWithFoo authored and MichaReiser committed Nov 27, 2024
1 parent 6772669 commit 972c3a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ impl Violation for PyPath {
///
/// ```python
/// p = "."
/// for d in os.listdir(p)):
/// for d in os.listdir(p):
/// ...
/// ```
///
Expand Down

0 comments on commit 972c3a7

Please sign in to comment.