Skip to content

Commit

Permalink
Extraneous closing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
InSyncWithFoo authored Nov 21, 2024
1 parent 7c30f6a commit 652d125
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 652d125

Please sign in to comment.