Skip to content

Commit 5b70a2e

Browse files
authored
Update ddtrace/internal/remoteconfig/_pubsub.py
1 parent ca28260 commit 5b70a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ddtrace/internal/remoteconfig/_pubsub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def publish(self):
104104

105105
def append_and_publish(self, config_content=None, target="", config_metadata=None):
106106
# type: (Optional[Any], str, Optional[Any]) -> None
107-
"""Append data to publisher and send the data to subscriber. It's a shortcut for testing propose"""
107+
"""Append data to publisher and send the data to subscriber. It's a shortcut for testing purposes"""
108108
self.append(config_content, target, config_metadata)
109109
self.publish()
110110

0 commit comments

Comments
 (0)