From 4285e2a16a8e2bf4e82e89cfd529d8fba573aee2 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 26 Mar 2025 10:01:55 -0500 Subject: Update comment text. --- uploader/phenotypes/views.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'uploader') diff --git a/uploader/phenotypes/views.py b/uploader/phenotypes/views.py index 430a3fb..339ef3d 100644 --- a/uploader/phenotypes/views.py +++ b/uploader/phenotypes/views.py @@ -900,9 +900,9 @@ def edit_download_phenotype_data(# pylint: disable=[unused-argument] filename = Path(tmpdir).joinpath("tempfile.tsv") with open(filename, mode="w") as outfile: outfile.write( - "# **DO NOT** delete the 'UniqueIdentifier' field. It is used " - "by the system to identify and edit the correct row(s) in the " - "database.\n") + "# **DO NOT** delete the 'UniqueIdentifier' row. It is used " + "by the system to identify and edit the correct rows and " + "columns in the database.\n") outfile.write( "# The '…_description' fields are useful for you to figure out " "what row you are working on. Changing any of this fields will " -- cgit v1.2.3