Merge "update comment review url"

This commit is contained in:
Zuul 2020-01-06 13:58:07 +00:00 committed by Gerrit Code Review
commit 3718657092
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ def method_wrapper(func):
1) Each service method should not be called with positional arguments, 1) Each service method should not be called with positional arguments,
since it can lead mistakes in wrong order while writing version since it can lead mistakes in wrong order while writing version
compatible code. We had such situation in KeystoneWrapper compatible code. We had such situation in KeystoneWrapper
(see https://review.openstack.org/#/c/309470/ ): (see https://review.opendev.org/#/c/309470/ ):
.. code-block:: python .. code-block:: python