Skip to content

Commit 97254f6

Browse files
authored
Update docs
1 parent d1ec4d5 commit 97254f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/getting_started.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ def test_bake_project(cookies):
3131
It accepts the ``extra_context`` keyword argument that will be
3232
passed to cookiecutter. The given dictionary will override the default values
3333
of the template context, allowing you to test arbitrary user input data.
34-
3534
Please see the [Injecting Extra Context] section of the
3635
official cookiecutter documentation.
3736

37+
It also accepts extra keyword arguments,
38+
which are passed directly to the cookiecutter function.
39+
3840
[Injecting Extra Context]: https://cookiecutter.readthedocs.io/en/latest/advanced/injecting_context.html#injecting-extra-context

0 commit comments

Comments
 (0)