minor change to 'create_file' description

This commit is contained in:
Johan Holmberg 2009-11-18 22:26:25 +01:00
parent 1f504f5f9b
commit 0f29f631fc

@ -478,6 +478,8 @@ Helper functions
``create_file(filename, content)`` ``create_file(filename, content)``
Create a file inside the "work directory". Create a file inside the "work directory".
If the filename contains a directory part, intermediate directories are
created if needed.
The content can be specified either as an array of lines or as The content can be specified either as an array of lines or as
a string with the content of the whole file. a string with the content of the whole file.
The filename is evaluated relative to the current directory at the The filename is evaluated relative to the current directory at the