diff --git a/docs/gallery/general/scratch.py b/docs/gallery/general/scratch.py index 50d97339a..0e00c5e96 100644 --- a/docs/gallery/general/scratch.py +++ b/docs/gallery/general/scratch.py @@ -12,7 +12,7 @@ .. note:: The scratch space is explicitly for non-standardized data that is not intended for reuse - by others. Standard NWB:N types, and extension if required, should always be used for any data that you + by others. Standard NWB types, and extension if required, should always be used for any data that you intend to share. As such, published data should not include scratch data and a user should be able to ignore any data stored in scratch to use a file. @@ -127,7 +127,7 @@ # # You may end up wanting to store results from some one-off analysis, and writing an extension # to get your data into an NWBFile is too much over head. This is facilitated by the scratch space -# in NWB:N. [#]_ +# in NWB. [#]_ # # First, lets read our processed data and then make a copy