From 19c31415a656663155b9ebc343dc76aa88fcc3a4 Mon Sep 17 00:00:00 2001
From: Amir Golparvar <amir.golparvar@physik.hu-berlin.de>
Date: Fri, 12 Apr 2024 15:09:30 +0000
Subject: [PATCH] Resolve "pandas dataframe are all bolded"

---
 docs/howto/programmatic/archive_query.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/howto/programmatic/archive_query.md b/docs/howto/programmatic/archive_query.md
index a793095b32..7595d3ba28 100644
--- a/docs/howto/programmatic/archive_query.md
+++ b/docs/howto/programmatic/archive_query.md
@@ -85,7 +85,7 @@ If any entries fail to be downloaded due to server error, it is kept in the list
 
 ### Pandas Dataframe
 
-You can also convert the <b>downloaded<b> results to pandas dataframe directly by calling `entries_to_dataframe` method
+You can also convert the <b>downloaded</b> results to pandas dataframe directly by calling `entries_to_dataframe` method
 on the `query` object. In order to filter the final dataframe to contain only specific keys/column_names, you can
 use the option `keys_to_filter` with a list of relevant keys. For example:
 
-- 
GitLab