diff --git a/src/caosdb/common/models.py b/src/caosdb/common/models.py
index abc4f6fb073aca0993a8eb3cb39a0f03ab4c0b3d..8fda13cf3afd119ec168917d75ea871c5f1772ab 100644
--- a/src/caosdb/common/models.py
+++ b/src/caosdb/common/models.py
@@ -1376,7 +1376,8 @@ class File(Record):
         confused with the last segment of the files path).
     @param id: An ID.
     @param description: A description for this file record.
-    @param path: The path of the file in the server's "caosroot" file system.
+    @param path: The complete path, including the file name, of the file in the
+        server's "caosroot" file system.
     @param file: A local path or python file object.  The file designated by
         this argument will be uploaded to the server via HTTP.
     @param pickup: A file/folder in the DropOffBox (the server will move that