Skip to content

Commit fedeab6

Browse files
Update rabbitmq_amqp_python_client/entities.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 410b6f8 commit fedeab6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rabbitmq_amqp_python_client/entities.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,10 +297,10 @@ def _filter_message_properties(
297297
self, message_properties: Optional[MessageProperties]
298298
) -> None:
299299
"""
300-
Set application properties for filtering.
300+
Set AMQP message properties for filtering.
301301
302302
Args:
303-
message_properties: MessageProperties object containing application properties
303+
message_properties: MessageProperties object containing AMQP message properties
304304
"""
305305
if message_properties is not None:
306306
# dictionary of symbols and described

0 commit comments

Comments
 (0)