From cc7d97c81191c4b610bbaf18f5817a52afb07d25 Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 16 Oct 2017 10:49:11 +0200 Subject: [PATCH] chasing own tail --- over/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/over/misc.py b/over/misc.py index 803d34a..af8e526 100644 --- a/over/misc.py +++ b/over/misc.py @@ -110,7 +110,7 @@ def debugger(): # -------------------------------------------------- -def hexdump(data, indent=0, offset=16, show_header=True, show_offsets=True, show_ascii=True, use_colors=True, initial_offset=0, output=sys.stdout): +def hexdump(data, indent=0, width=16, show_header=True, show_offsets=True, show_ascii=True, use_colors=True, initial_offset=0, output=sys.stdout): """ Writes a hex dump of `data` to `output`.