From 48391b25a3968bc83171317bc592aadc0733f635 Mon Sep 17 00:00:00 2001 From: Sylvia Whittle <86117496+SylviaWhittle@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:15:55 +0100 Subject: [PATCH] Fix missing " in readme Co-authored-by: Neil Shephard --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd79b9a..a561f8d 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Other channels: `"ER"` - Error, `"PH"` - Phase ```python from topofileformats.asd import load_asd -frames, pixel_to_nanometre_scaling_factor, metadata = load_asd(file_path="./my_asd_file.asd", channel="TP) +frames, pixel_to_nanometre_scaling_factor, metadata = load_asd(file_path="./my_asd_file.asd", channel="TP") ``` ## Contributing