You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 9, 2026. It is now read-only.
Badly formatted sections of documentation where word-break causes the docs to be illegible. See screenshot examples below. Possibly expanding margins or turning off word-break for those elements could fix the problem.
Environment details
OS type and version: macOS Mojave 10.14.6
Browser: Chrome Version 86.0.4240.111 and Brave_ Version 1.16.68 Chromium
Resolution: 1080p
Python version: python --version n/a
pip version: pip --version n/a
google-cloud-pubsub version: pip show google-cloud-pubsub n/a
Badly formatted sections of documentation where word-break causes the docs to be illegible. See screenshot examples below. Possibly expanding margins or turning off word-break for those elements could fix the problem.
Environment details
python --versionn/apip --versionn/agoogle-cloud-pubsubversion:pip show google-cloud-pubsubn/aSteps to reproduce
get_topic(on page.Normal:

Turn word break off:

Better but still not quite right:

Another example of difficult to read formatting:

Code example
In inspector you can turn on and off
word-break: break-word;forReturn type:and see how the formatting improves.Stack trace
n/a