Merge branch 'master' into 'master'

Fix typo in documentation.

See merge request ita1024/waf!2347
This commit is contained in:
ita1024 2022-09-29 19:55:51 +00:00
commit 23a7ab72bf
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ def feature(*k):
Decorator that registers a task generator method that will be executed when the
object attribute ``feature`` contains the corresponding key(s)::
from waflib.Task import feature
from waflib.TaskGen import feature
@feature('myfeature')
def myfunction(self):
print('that is my feature!')