Fix typo 'importopt' to 'import_opt' adding the missing _
Change-Id: I948a46c3927c88d99c0608fec5f5e187f74f827f Signed-off-by: Moises Guimaraes de Medeiros <moguimar@redhat.com>
This commit is contained in:
parent
25e86a9f3f
commit
25f6fd8814
@ -52,7 +52,7 @@ declared::
|
||||
However, import_opt() has a weakness - if 'bar' imports 'foo' using the
|
||||
import builtin and doesn't use import_opt() to import 'blaa', then 'blaa'
|
||||
can still be used without problems. Similarly, where multiple options
|
||||
are registered a module imported via importopt(), a lazy programmer can
|
||||
are registered a module imported via import_opt(), a lazy programmer can
|
||||
get away with only declaring a dependency on a single option.
|
||||
|
||||
The ConfigFilter class provides a way to ensure that options are not
|
||||
|
Loading…
x
Reference in New Issue
Block a user