Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 72bd65e

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 20ba2d7 commit 72bd65e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/sqlite3.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,10 @@ msgid ""
195195
msgstr ""
196196
"Podemos verificar se a nova tabela foi criada consultando a tabela embutida "
197197
"``sqlite_master`` no SQLite, que agora deve conter uma entrada para a "
198-
"definição da tabela ``movie`` (veja `The Schema Table`_ para detalhes ). "
198+
"definição da tabela ``movie`` (veja `The Schema Table`_ para detalhes). "
199199
"Execute essa consulta chamando :meth:`cur.execute(...) <Cursor.execute>`, "
200200
"atribua o resultado a ``res`` e chame :meth:`res.fetchone() <Cursor."
201-
"fetchone> ` para buscar a linha resultante:"
201+
"fetchone>` para buscar a linha resultante:"
202202

203203
#: ../../library/sqlite3.rst:125
204204
msgid ""

0 commit comments

Comments
 (0)