Skip to content

Commit

Permalink
Replacing '&' with '&' (theforeman#3405)
Browse files Browse the repository at this point in the history
Fixing broken XML build in Sat docs
  • Loading branch information
apinnick authored Oct 31, 2024
1 parent fb8f624 commit b8ed219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/common/modules/proc_calling-the-api-in-python.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def main():
host_pattern = 'example'
print(f"Displaying basic info for hosts matching pattern '\{host_pattern}'...")
display_info_for_hosts(FOREMAN_API + 'hosts?per_page=1&search=name~' + host_pattern)
display_info_for_hosts(FOREMAN_API + 'hosts?per_page=1&search=name~' + host_pattern)
print(f"Displaying basic info for subscriptions")
display_info_for_subs(KATELLO_API + 'subscriptions')
Expand Down

0 comments on commit b8ed219

Please sign in to comment.