From 2eb499cbb346c771234ce9758a4b93dc3ac3a5b0 Mon Sep 17 00:00:00 2001 From: Lindsay Hill Date: Sun, 7 Jul 2019 19:28:12 -0700 Subject: [PATCH] Minor typo in sros_config docstrings (#58803) Changed `f` to `If` --- lib/ansible/modules/network/sros/sros_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/network/sros/sros_config.py b/lib/ansible/modules/network/sros/sros_config.py index 6a48eda1d1c..23bdc8b824a 100644 --- a/lib/ansible/modules/network/sros/sros_config.py +++ b/lib/ansible/modules/network/sros/sros_config.py @@ -96,7 +96,7 @@ options: description: - This argument will cause the module to create a full backup of the current C(running-config) from the remote device before any - changes are made. f the C(backup_options) value is not given, + changes are made. If the C(backup_options) value is not given, the backup file is written to the C(backup) folder in the playbook root directory. If the directory does not exist, it is created. type: bool