Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python: Remove reference to HTML format for SNS multi-message example. #5727

Merged
merged 1 commit into from
Nov 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading