Skip to content

Commit 989a4db

Browse files
authored
Changes to documentation due to failing link check (#772)
1 parent 1bf0949 commit 989a4db

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

dfvfs/helpers/command_line.py

-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ def Write(self, output_writer):
286286
class CLIVolumeScannerMediator(volume_scanner.VolumeScannerMediator):
287287
"""Command line volume scanner mediator."""
288288

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

dfvfs/lib/glob2regex.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
"""Glob to regular expression conversion.
3-
4-
Also see: https://en.wikipedia.org/wiki/Glob_(programming)
5-
"""
2+
"""Glob to regular expression conversion."""
63

74
import re
85
import sys

0 commit comments

Comments
 (0)