Skip to content

Commit 7bf73fd

Browse files
author
github-actions
committed
Merge 3.10 into 3.9
1 parent 9398f2d commit 7bf73fd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

library/collections.po

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -956,24 +956,24 @@ msgid ""
956956
":class:`defaultdict` objects support the following method in addition to the "
957957
"standard :class:`dict` operations:"
958958
msgstr ""
959-
"Os objetos: class: `defaultdict` suportam o seguinte método além das "
960-
"operações padrão: class:` dict`:"
959+
"Os objetos :class:`defaultdict` suportam o seguinte método além das "
960+
"operações padrão :class:`dict` :"
961961

962962
#: ../../library/collections.rst:706
963963
msgid ""
964964
"If the :attr:`default_factory` attribute is ``None``, this raises a :exc:"
965965
"`KeyError` exception with the *key* as argument."
966966
msgstr ""
967-
"Se o atributo: attr: `default_factory` é ``None``, isso levanta uma exceção: "
968-
"exc:` KeyError` com a * chave * como argumento."
967+
"Se o atributo: attr:`default_factory` é ``None``, isso levanta uma exceção :"
968+
"exc:`KeyError` com a * chave * como argumento."
969969

970970
#: ../../library/collections.rst:709
971971
msgid ""
972972
"If :attr:`default_factory` is not ``None``, it is called without arguments "
973973
"to provide a default value for the given *key*, this value is inserted in "
974974
"the dictionary for the *key*, and returned."
975975
msgstr ""
976-
"Se: attr: `default_factory` não for ``None``, ele é chamado sem argumentos "
976+
"Se: attr:`default_factory` não for ``None``, ele é chamado sem argumentos "
977977
"para fornecer um valor padrão para a * chave * fornecida, este valor é "
978978
"inserido no dicionário para a * chave * e retornado."
979979

@@ -982,7 +982,7 @@ msgid ""
982982
"If calling :attr:`default_factory` raises an exception this exception is "
983983
"propagated unchanged."
984984
msgstr ""
985-
"Se chamar: attr: `default_factory` levanta uma exceção, esta exceção é "
985+
"Se chamar: attr:`default_factory` levanta uma exceção, esta exceção é "
986986
"propagada inalterada."
987987

988988
#: ../../library/collections.rst:716
@@ -991,9 +991,9 @@ msgid ""
991991
"class when the requested key is not found; whatever it returns or raises is "
992992
"then returned or raised by :meth:`__getitem__`."
993993
msgstr ""
994-
"Este método é chamado pelo método: meth: `__getitem__` da classe: class:` "
995-
"dict` quando a chave solicitada não é encontrada; tudo o que ele retorna ou "
996-
"aumenta é então retornado ou gerado por: meth: `__getitem__`."
994+
"Este método é chamado pelo método: meth:`__getitem__` da classe :class:"
995+
"`dict` quando a chave solicitada não é encontrada; tudo o que ele retorna ou "
996+
"aumenta é então retornado ou gerado por: meth:`__getitem__`."
997997

998998
#: ../../library/collections.rst:720
999999
msgid ""

0 commit comments

Comments
 (0)