Skip to content

Commit

Permalink
Changes to documentation due to failing link check (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz authored Oct 7, 2024
1 parent 1bf0949 commit 989a4db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion dfvfs/helpers/command_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ def Write(self, output_writer):
class CLIVolumeScannerMediator(volume_scanner.VolumeScannerMediator):
"""Command line volume scanner mediator."""

# For context see: http://en.wikipedia.org/wiki/Byte
_UNITS_1000 = ['B', 'kB', 'MB', 'GB', 'TB', 'EB', 'ZB', 'YB']
_UNITS_1024 = ['B', 'KiB', 'MiB', 'GiB', 'TiB', 'EiB', 'ZiB', 'YiB']

Expand Down
5 changes: 1 addition & 4 deletions dfvfs/lib/glob2regex.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# -*- coding: utf-8 -*-
"""Glob to regular expression conversion.
Also see: https://en.wikipedia.org/wiki/Glob_(programming)
"""
"""Glob to regular expression conversion."""

import re
import sys
Expand Down

0 comments on commit 989a4db

Please sign in to comment.