Skip to content

Commit 7fcbdf0

Browse files
yarikopticclaude
andcommitted
Fix typo missed by codespell: ambigiouties -> ambiguities
Co-Authored-By: Claude Code 2.1.81 / Claude Opus 4.6 <noreply@anthropic.com>
1 parent 38b6cf9 commit 7fcbdf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyfuse3/_pyfuse3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ async def rmdir(self, parent_inode: InodeT, name: FileNameT, ctx: "RequestContex
275275
276276
(Since hard links to directories are not allowed by POSIX, this method
277277
is not required to check if there are still other directory entries
278-
referring to the same inode. This conveniently avoids the ambigiouties
278+
referring to the same inode. This conveniently avoids the ambiguities
279279
associated with the ``.`` and ``..`` entries).
280280
'''
281281

0 commit comments

Comments
 (0)