Skip to content

Commit

Permalink
Python: Remove reference to HTML format for SNS multi-message example. (
Browse files Browse the repository at this point in the history
awsdocs#5727)

Remove reference to HTML format for sns multi-message example.
  • Loading branch information
rlhagerm authored and meyertst-aws committed Jan 4, 2024
1 parent 71edefb commit 893ebc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/example_code/sns/sns_basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ def publish_multi_message(
"""
Publishes a multi-format message to a topic. A multi-format message takes
different forms based on the protocol of the subscriber. For example,
an SMS subscriber might receive a short, text-only version of the message
while an email subscriber could receive an HTML version of the message.
an SMS subscriber might receive a short version of the message
while an email subscriber could receive a longer version.
:param topic: The topic to publish to.
:param subject: The subject of the message.
Expand Down

0 comments on commit 893ebc9

Please sign in to comment.