From b83bd55c9e30ccdcd1a286a24343837a2953cf97 Mon Sep 17 00:00:00 2001 From: Jonah Wagenveld Date: Mon, 18 May 2020 11:53:25 +0200 Subject: [PATCH] Fix a check --- docs/crtf.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/crtf.rst b/docs/crtf.rst index d285a77c..89522b9b 100644 --- a/docs/crtf.rst +++ b/docs/crtf.rst @@ -47,7 +47,7 @@ Serialisation is done using the `~regions.crtf_objects_to_string` function >>> from regions import crtf_objects_to_string >>> crtf_objects_to_string(regions, coordsys='galactic') - '#CRTFv0\nglobal coord=galactic\ncircle[[144.559169deg, -14.923593deg], 3.000000deg], color=green\n' + '#CRTFv0\nglobal coord=GALACTIC\ncircle[[144.559169deg, -14.923593deg], 3.000000deg], color=green\n' There's also `~regions.write_crtf` and `~regions.read_crtf` which write to and read from a file in addition to doing the region serialisation and parsing.