diff --git a/src/linkahead/apiutils.py b/src/linkahead/apiutils.py
index d05c03d5e22263c3c6a33edb43378f3a81f50608..4235b28ae46b3394ed22e621f338ce71daeeed7a 100644
--- a/src/linkahead/apiutils.py
+++ b/src/linkahead/apiutils.py
@@ -54,7 +54,7 @@ def new_record(record_type: Union[str],
                insert: bool = False, **kwargs) -> Record:
     """Function to simplify the creation of Records.
 
-    record_type: The name of the RecordType to use for this record.                 
+    record_type: The name of the RecordType to use for this record.
     name: Name of the new Record.
     kwargs: Key-value-pairs for the properties of this Record.