diff --git a/sequence_extractor/list_to_file.py b/sequence_extractor/list_to_file.py
index 27543db36800a4c6e0317c1812b06c7c9e7e887a..58530f8a69d4146570bff740d52b7562d651a313 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