Fix typo in example code block (#38318)

This commit is contained in:
Christopher Christofi 2023-06-12 03:12:36 +01:00 committed by GitHub
parent 9c0fe30f42
commit 7fa3c7f0fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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