Fix angle brackets in distribute docstring.

The angle brackets were causing the text inside them not to render.

PiperOrigin-RevId: 320428177
Change-Id: Ib4047a97679e55dd70f353ca85eca65dbdd6f650
diff --git a/tensorflow/python/data/experimental/ops/data_service_ops.py b/tensorflow/python/data/experimental/ops/data_service_ops.py
index 01ec155..d16e996 100644
--- a/tensorflow/python/data/experimental/ops/data_service_ops.py
+++ b/tensorflow/python/data/experimental/ops/data_service_ops.py
@@ -365,7 +365,7 @@
       processed by tf.data workers. Currently, the only supported value is
       "parallel_epochs".
     service: A string indicating how to connect to the tf.data service. The
-      string should be in the format <protocol>://<address>, e.g.
+      string should be in the format protocol://address, e.g.
       grpc://localhost:5000.
     job_name: (Optional.) The name of the job. This argument makes it possible
       for multiple datasets to share the same job. The default behavior is that