diff --git a/src/read_sequencing.py b/src/read_sequencing.py
index dfd7da99999727ce48b87ad7403a26a8b9ddf36c..6b76a9922823e49edd0c2bfbaa27295440441c8c 100644
--- a/src/read_sequencing.py
+++ b/src/read_sequencing.py
@@ -1,7 +1,6 @@
 """Read Sequencing.
 
 Simulate the sequencing of reads on the template of terminal fragments and simulates reads of these fragments.
-Author: Kathleen Moriarty
 """
 # Imports from built-in modules
 from random import choices