Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 112ac65

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎docs/scenarios/admin.rst

Copy file name to clipboardExpand all lines: docs/scenarios/admin.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.