Skip to content

Commit 86a4113

Browse files
committed
update comment
1 parent f9c5362 commit 86a4113

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

google/api_core/_python_version_support.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ def _flatten_message(text: str) -> str:
153153

154154
# TODO(https://github.com/googleapis/python-api-core/issues/835):
155155
# Remove once we no longer support Python 3.9.
156-
# `metadata.packages_distributions()` is only supported in Python 3.10 and newer
156+
# `importlib.metadata.packages_distributions()` is only supported in Python 3.10 and newer
157+
# https://docs.python.org/3/library/importlib.metadata.html#importlib.metadata.packages_distributions
157158
if sys.version_info < (3, 10):
158159

159160
def _get_pypi_package_name(module_name): # pragma: NO COVER

0 commit comments

Comments
 (0)