Update references to file targets in docstrings

Signed-off-by: Werner Lewis <werner.lewis@arm.com>
diff --git a/scripts/mbedtls_dev/test_generation.py b/scripts/mbedtls_dev/test_generation.py
index 87cb43e..c9a73c4 100644
--- a/scripts/mbedtls_dev/test_generation.py
+++ b/scripts/mbedtls_dev/test_generation.py
@@ -35,8 +35,9 @@
 class BaseTarget(metaclass=ABCMeta):
     """Base target for test case generation.
 
-    Derive directly from this class when adding new file Targets, setting
-    `target_basename`.
+    Child classes of this class represent an output file, and can be referred
+    to as file targets. These indicate where test cases will be written to for
+    all subclasses of the file target, which is set by `target_basename`.
 
     Attributes:
         count: Counter for test cases from this class.