소스 검색

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:



불러오는 중...
취소
저장