From 78aaebbf94fdc65ed964a527d38055608830ffd5 Mon Sep 17 00:00:00 2001 From: Patrick Peglar Date: Thu, 3 Aug 2023 00:20:04 +0100 Subject: [PATCH] Tiny docs fix. --- lib/iris/fileformats/netcdf/saver.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/iris/fileformats/netcdf/saver.py b/lib/iris/fileformats/netcdf/saver.py index 7b43020796..1fcb92294b 100644 --- a/lib/iris/fileformats/netcdf/saver.py +++ b/lib/iris/fileformats/netcdf/saver.py @@ -540,7 +540,9 @@ def write( An interable of cube attribute keys. Any cube attributes with matching keys will become attributes on the data variable rather than global attributes. - .. note: + + .. Note:: + Has no effect if :attr:`iris.FUTURE.save_split_attrs` is ``True``. * unlimited_dimensions (iterable of strings and/or