From 04df69c59a40d54fb913fb2164e3cca2f4c3da07 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 30 Dec 2020 08:22:28 +1100 Subject: [PATCH] docs: fix simple typo, varous -> various There is a small typo in sulley/sessions.py. Should read `various` rather than `varous`. --- sulley/sessions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sulley/sessions.py b/sulley/sessions.py index 25cd794..fda5290 100644 --- a/sulley/sessions.py +++ b/sulley/sessions.py @@ -564,7 +564,7 @@ def error_handler (e, msg, target, sock=None): #################################################################################################################### def import_file (self): ''' - Load varous object values from disk. + Load various object values from disk. @see: export_file() '''