From dfcd847c8e27237cb2dca0d728fb5306309eaa7f Mon Sep 17 00:00:00 2001 From: Thomas Lavocat Date: Tue, 2 May 2023 16:15:15 +0200 Subject: [PATCH] osbuild/loop: fix typo --- osbuild/loop.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osbuild/loop.py b/osbuild/loop.py index b160fafa..679eb75a 100644 --- a/osbuild/loop.py +++ b/osbuild/loop.py @@ -348,7 +348,7 @@ class Loop: Setting sizelimit means the size of the loopback device is taken to be the max of the size of the backing file and the limit. A - limit of 0 is taken to mean unlimited. + limit of 0 means unlimited. Enabling autoclear has the same effect as calling clear_fd(). @@ -398,7 +398,7 @@ class Loop: Setting sizelimit means the size of the loopback device is taken to be the max of the size of the backing file and the limit. A - limit of 0 is taken to mean unlimited. + limit of 0 means unlimited. Enabling autoclear has the same effect as calling clear_fd().