From 8bf4abdea4ac72449a1c8664e4c8285ab71c3e46 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Tue, 2 Apr 2024 12:44:42 +0200 Subject: a few formatting and typo fixes --- linuxnamespaces/atlocation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linuxnamespaces/atlocation.py') diff --git a/linuxnamespaces/atlocation.py b/linuxnamespaces/atlocation.py index 9e32596..04e5852 100644 --- a/linuxnamespaces/atlocation.py +++ b/linuxnamespaces/atlocation.py @@ -478,7 +478,7 @@ class AtLocation: follow_symlinks: bool = False, ) -> typing.Iterator[ tuple[ - "AtLocation", list["AtLocation"], list["AtLocation"], "AtLocation", + "AtLocation", list["AtLocation"], list["AtLocation"], "AtLocation" ] ]: """Resemble os.fwalk with a few differences. The returned iterator -- cgit v1.2.3