diff --git a/docs/source/configuration.rst b/docs/source/configuration.rst index ec60bb2f..1f341d7c 100644 --- a/docs/source/configuration.rst +++ b/docs/source/configuration.rst @@ -137,7 +137,8 @@ configuration can be restored to any diffractometer with matching ``"geometry": The extra keyword argument, ``clear=True`` (which is the default), means to first remove any previous configuration of the diffractometer and reset it to -default values before restoring the configuration. +default values before restoring the configuration. The file name is described +using the `pathlib `_ library. API +++