Skip to content

Commit

Permalink
Fix invalid code in FURB177 example (#7832)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb authored and konstin committed Oct 11, 2023
1 parent 8e3c005 commit a81772d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ruff_linter/src/rules/refurb/rules/implicit_cwd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use crate::{checkers::ast::Checker, importer::ImportRequest, registry::AsRule};
///
/// ## Example
/// ```python
/// cwd = Path.resolve()
/// cwd = Path().resolve()
/// ```
///
/// Use instead:
Expand Down

0 comments on commit a81772d

Please sign in to comment.