Skip to content

Commit fca1b57

Browse files
committed
nit changes
1 parent 0c6ef56 commit fca1b57

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

awscrt/_aws_iot_metrics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def _get_encoded_feature_list(client_options):
237237
- D (outbound_topic_alias_behavior): from topic_aliasing_options.outbound_behavior
238238
- E (inbound_topic_alias_behavior): from topic_aliasing_options.inbound_behavior
239239
- H (http_proxy_type): HTTP or HTTPS based on proxy TLS settings
240-
- I (certificate_source): auto-detected from TlsContextOptions factory method
240+
- I (certificate_source): Detected from TlsContextOptions
241241
- J (tls_cipher_preference): mapped from TlsCipherPref on the TLS context
242242
- K (minimum_tls_version): mapped from TlsVersion on the TLS context
243243
@@ -465,7 +465,7 @@ def _create_metrics_mqtt5(client_options):
465465
466466
Args:
467467
client_options: MQTT5 ClientOptions dataclass containing all
468-
connection configuration and optional metrics (AWSIoTMetrics).
468+
connection configuration and optional user (AWSIoTMetrics) metrics.
469469
Returns:
470470
AWSIoTMetrics: The final metrics object with merged CRT and SDK features.
471471
"""

awscrt/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class _CertificateSource(IntEnum):
1919
"""Certificate source types for mTLS authentication.
2020
2121
Used by TlsContextOptions to track which factory method created the
22-
TLS configuration. The CRT auto-detects this and encodes it as
22+
TLS configuration. The CRT detects this and encodes it as
2323
feature ID "I" in the metrics string.
2424
"""
2525
CERTIFICATE_FILES = 0

0 commit comments

Comments
 (0)