From 8ccf987d521d01cd07a835f69f47b17d846c46ad Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 29 Mar 2021 08:57:22 -0400 Subject: [PATCH] Fix typo --- piker/data/_sharedmem.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/piker/data/_sharedmem.py b/piker/data/_sharedmem.py index 3dc8de89..4a52cfb3 100644 --- a/piker/data/_sharedmem.py +++ b/piker/data/_sharedmem.py @@ -1,5 +1,5 @@ # piker: trading gear for hackers -# Copyright (C) 2018-present Tyler Goodlet (in stewardship of piker0) +# Copyright (C) Tyler Goodlet (in stewardship for piker0) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -16,6 +16,7 @@ """ NumPy compatible shared memory buffers for real-time FSP. + """ from dataclasses import dataclass, asdict from sys import byteorder @@ -426,7 +427,7 @@ def maybe_open_shm_array( **kwargs, ) -> Tuple[ShmArray, bool]: """Attempt to attach to a shared memory block using a "key" lookup - to registered blocks in the users overall "system" registryt + to registered blocks in the users overall "system" registry (presumes you don't have the block's explicit token). This function is meant to solve the problem of discovering whether