Преглед изворни кода

Merge pull request #2110 from douglasPinheiro/fix_sintax_error_on_docs

fix error
version-14
Nabin Hait пре 8 година
committed by GitHub
родитељ
комит
af86b15547
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      frappe/docs/user/en/tutorial/task-runner.md

+ 1
- 1
frappe/docs/user/en/tutorial/task-runner.md Прегледај датотеку

@@ -66,7 +66,7 @@ Here we can point to a Python function and that function will be executed every

articles_transacted.append(d.article)

We can place the above code code in any accessible Python module. The route is defined in `hooks.py`, so for our purposes we would place this code in `library_management/tasks.py`.
We can place the above code in any accessible Python module. The route is defined in `hooks.py`, so for our purposes we would place this code in `library_management/tasks.py`.

Note:



Loading…
Откажи
Сачувај