update the translations

This commit is contained in:
Keewis 2020-05-17 23:23:04 +02:00
parent bdea34e54e
commit bd33b61d64

View File

@ -953,7 +953,8 @@ class NumpyDocstring(GoogleDocstring):
# TODO: make this configurable
translations = {
"sequence": ":term:`sequence`",
"dict-like": ":term:`mapping`",
"mapping": ":term:`mapping`",
"dict-like": ":term:`dict-like <mapping>`",
}
converters = {