Fix typo in documentation.

This commit is contained in:
André Bauer 2022-09-28 21:15:35 +02:00 committed by Thomas Nagy
parent f69602d1df
commit af9a1a249d
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!')