From f404e9e92e87a3990712d723d5c562a89300ac01 Mon Sep 17 00:00:00 2001 From: Oscar Gustafsson Date: Sun, 3 Apr 2022 19:30:21 +0200 Subject: Add space after argument name --- numpy/lib/format.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'numpy/lib/format.py') diff --git a/numpy/lib/format.py b/numpy/lib/format.py index 3967b43ee..264fff8d6 100644 --- a/numpy/lib/format.py +++ b/numpy/lib/format.py @@ -421,10 +421,10 @@ def _write_array_header(fp, d, version=None): d : dict This has the appropriate entries for writing its string representation to the header of the file. - version: tuple or None - None means use oldest that works - explicit version will raise a ValueError if the format does not - allow saving this data. Default: None + version : tuple or None + None means use oldest that works. Providing an explicit version will + raise a ValueError if the format does not allow saving this data. + Default: None """ header = ["{"] for key, value in sorted(d.items()): -- cgit v1.2.1