Fix typo in documentation.

This commit is contained in:
André Bauer 2022-09-28 21:15:35 +02:00
parent 177bd3b0b1
commit 13bc8b4ee3
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!')