From 34b04f487e0dfcdc8766cb265e10dd3f58217f30 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 3 Jan 2019 15:33:39 -0500 Subject: lots of spelling / typo fixes --- python/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/update.py') diff --git a/python/update.py b/python/update.py index 90128056..9872ad5e 100644 --- a/python/update.py +++ b/python/update.py @@ -224,7 +224,7 @@ def set_auto_updates_enabled(enabled): """ ``set_auto_updates_enabled`` sets auto update enabled status. - :param bool enabled: True to enable update, Flase to disable updates. + :param bool enabled: True to enable update, False to disable updates. :rtype: None """ core.BNSetAutoUpdatesEnabled(enabled) -- cgit v1.3.1