Fix typo in example code block (#38318)
This commit is contained in:
parent
9c0fe30f42
commit
7fa3c7f0fa
@ -3071,7 +3071,7 @@ follows:
|
|||||||
# The library provided by the bar virtual package
|
# The library provided by the bar virtual package
|
||||||
@property
|
@property
|
||||||
def bar_libs(self):
|
def bar_libs(self):
|
||||||
return find_libraries("libFooBar", root=sef.home, recursive=True)
|
return find_libraries("libFooBar", root=self.home, recursive=True)
|
||||||
|
|
||||||
# The baz virtual package home
|
# The baz virtual package home
|
||||||
@property
|
@property
|
||||||
|
Loading…
Reference in New Issue
Block a user