fix typo in gerrit doc

Change-Id: I19bd52c949e146758d50a2732fdcc71a019b9228
This commit is contained in:
Dominic Schlegel 2020-04-30 23:31:13 +02:00
parent 32f7c08bf9
commit 10f7130bcf

View File

@ -50,7 +50,7 @@ Python 2 to Python 3 transition guidelines
language features).
* New features can use Python-3-only language constructs, but bugfixes
likely to be backported should be more conservative and write for
Python 2 compatibilty.
Python 2 compatibility.
* The code for drivers may continue to use the six compatibility library at
their discretion.
* We will not remove six from mainline Cinder code that impacts the drivers