Skip to content

Commit ed0e056

Browse files
authored
fix error message (#34396)
1 parent 5e0d888 commit ed0e056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/eventhub/azure-eventhub/samples/async_samples/iot_hub_connection_string_receive_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def convert_iothub_to_eventhub_conn_str(iothub_conn_str):
9696
)
9797
except Exception as exp:
9898
raise ValueError(
99-
"{} is not an invalid IoT Hub connection string. The underlying exception is {}".format(
99+
"{} is an invalid IoT Hub connection string. The underlying exception is {}".format(
100100
iothub_conn_str,
101101
exp,
102102
)

0 commit comments

Comments
 (0)