From 9dd9fb9b0ce2fe7f9888e4a411386e61bb0c8669 Mon Sep 17 00:00:00 2001 From: Drew Leonard Date: Tue, 18 Feb 2025 16:03:09 +0000 Subject: [PATCH] Update docs/howto_guides/replacing_asdfs.rst Co-authored-by: Stuart Mumford --- docs/howto_guides/replacing_asdfs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto_guides/replacing_asdfs.rst b/docs/howto_guides/replacing_asdfs.rst index 9986a0e99..fddb0b07 100644 --- a/docs/howto_guides/replacing_asdfs.rst +++ b/docs/howto_guides/replacing_asdfs.rst @@ -19,7 +19,7 @@ For example: Fido.fetch(res, path="~/sunpy/data/{instrument}/{dataset_id}", overwrite=True) # doctest: +SKIP -where `res` is the result of a `Fido` search for some dataset you already have saved locally. +where ``res`` is the result of a ``Fido`` search for some dataset you already have saved locally. You might also need to force a refresh of the sample data which is included with the Python tools. Again, we can use the `overwrite` keyword for this.