mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
After initializing a list in both Python2/Python3 with below elements, I've tested the indexing and realised that the examples provided in the documentation are erroneous. As a result, update the examples with correct values in order to avoid any future confusion. Resolves: Related: Signed-off-by: Daniel Andrei Minca <mandrei17@gmail.com>