From 15b28513189bd04eed9d4b2c37b3d3cedac0713b Mon Sep 17 00:00:00 2001 From: Davis King Date: Wed, 22 Mar 2023 22:02:30 -0400 Subject: [PATCH] improve docs --- tools/python/src/image_dataset_metadata.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/python/src/image_dataset_metadata.cpp b/tools/python/src/image_dataset_metadata.cpp index 040801185..b1ed8b47d 100644 --- a/tools/python/src/image_dataset_metadata.cpp +++ b/tools/python/src/image_dataset_metadata.cpp @@ -251,7 +251,8 @@ void bind_image_dataset_metadata(py::module &m_) m.def("save_image_dataset_metadata", &save_image_dataset_metadata, py::arg("data"), py::arg("filename"), - "Writes the contents of the meta object to a file with the given filename. The file will be in an XML format." + "Writes the contents of the meta object to a file with the given filename. The file will be in an XML format, " + "although any extension can be used to name the file." ); m.def("load_image_dataset_metadata", &py_load_image_dataset_metadata, py::arg("filename"),