summaryrefslogtreecommitdiff
path: root/poky/documentation/ref-manual/migration-2.0.rst
diff options
context:
space:
mode:
Diffstat (limited to 'poky/documentation/ref-manual/migration-2.0.rst')
-rw-r--r--poky/documentation/ref-manual/migration-2.0.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/poky/documentation/ref-manual/migration-2.0.rst b/poky/documentation/ref-manual/migration-2.0.rst
index 570486ba0..4eea94887 100644
--- a/poky/documentation/ref-manual/migration-2.0.rst
+++ b/poky/documentation/ref-manual/migration-2.0.rst
@@ -96,8 +96,8 @@ changes in behavior exist:
$ bitbake -e
-- ``d.delVar('``\ VARNAME\ ``')`` and
- ``d.setVar('``\ VARNAME\ ``', None)`` result in the variable and all
+- ``d.delVar('VARNAME')`` and
+ ``d.setVar('VARNAME', None)`` result in the variable and all
of its overrides being cleared out. Before the change, only the
non-overridden values were cleared.