Skip to content

Commit

Permalink
Added fsfat back-end log2timeline#580
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Aug 17, 2022
1 parent 1e680a6 commit 3bc43ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dfvfs/file_io/fat_file_io.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion tests/file_io/fat_file_io.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 3bc43ee

Please sign in to comment.