From 3bc43ee0153f44b4a3e36a858f1ee7180d8eb734 Mon Sep 17 00:00:00 2001 From: Joachim Metz Date: Wed, 17 Aug 2022 21:46:15 +0200 Subject: [PATCH] Added fsfat back-end #580 --- dfvfs/file_io/fat_file_io.py | 2 +- tests/file_io/fat_file_io.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dfvfs/file_io/fat_file_io.py b/dfvfs/file_io/fat_file_io.py index 57cbde2b..1c1832d7 100644 --- a/dfvfs/file_io/fat_file_io.py +++ b/dfvfs/file_io/fat_file_io.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -"""The Hierarchical File System (FAT) file-like object implementation.""" +"""The File Allocation Table (FAT) file-like object implementation.""" import os diff --git a/tests/file_io/fat_file_io.py b/tests/file_io/fat_file_io.py index 80faa46e..0812b390 100644 --- a/tests/file_io/fat_file_io.py +++ b/tests/file_io/fat_file_io.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -"""Tests for the Hierarchical File System (FAT) file-like object.""" +"""Tests for the File Allocation Table (FAT) file-like object.""" import unittest