From dbd01e270b2d619cea2b4488015e042e844e56bd Mon Sep 17 00:00:00 2001
From: Samuel Mondal <mondal0000@>
Date: Tue, 15 Nov 2022 15:02:58 +0100
Subject: [PATCH] Minor description change

---
 sequence_extractor/list_to_file.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sequence_extractor/list_to_file.py b/sequence_extractor/list_to_file.py
index 27543db..58530f8 100644
--- a/sequence_extractor/list_to_file.py
+++ b/sequence_extractor/list_to_file.py
@@ -6,7 +6,7 @@ def list_to_file(
 
     Args:
         to_write_to_file: The list that you want to write to a file.
-        filename: The name you want the output file to have (also include the extension of the file while calling the function).
+        filename: The name you want the output fasta file to have (also include the extension of the file while calling the function).
 
     Returns:
         Nothing, since it outputs a file directly to the working directory
-- 
GitLab