Skip to content

Commit 112ac65

Browse files
authored
Merge pull request realpython#726 from ThomasG77/patch-2
Remove duplicated "in" word
2 parents 0760825 + 82ef7f3 commit 112ac65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/scenarios/admin.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Ansible
190190
`Ansible <http://ansible.com/>`_ is an open source system automation tool.
191191
The biggest advantage over Puppet or Chef is it does not require an agent on
192192
the client machine. Playbooks are Ansible’s configuration, deployment, and
193-
orchestration language and are written in in YAML with Jinja2 for templating.
193+
orchestration language and are written in YAML with Jinja2 for templating.
194194

195195
Ansible supports Python versions 2.6 and 2.7 and can be installed via pip:
196196

0 commit comments

Comments
 (0)