test/py: Fix spelling of source_dir in docstring
Fix a typo in the docstring for run_build() where source_dir was misspelled. Signed-off-by: David Lechner <dlechner@baylibre.com>
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@ def run_build(config, source_dir, build_dir, board_type, log):
|
||||
|
||||
Args:
|
||||
config: The pytest configuration.
|
||||
soruce_dir (str): Directory containing source code
|
||||
source_dir (str): Directory containing source code
|
||||
build_dir (str): Directory to build in
|
||||
board_type (str): board_type parameter (e.g. 'sandbox')
|
||||
log (Logfile): Log file to use
|
||||
|
||||
Reference in New Issue
Block a user