Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ba2d7 commit 72bd65eCopy full SHA for 72bd65e
library/sqlite3.po
@@ -195,10 +195,10 @@ msgid ""
195
msgstr ""
196
"Podemos verificar se a nova tabela foi criada consultando a tabela embutida "
197
"``sqlite_master`` no SQLite, que agora deve conter uma entrada para a "
198
-"definição da tabela ``movie`` (veja `The Schema Table`_ para detalhes ). "
+"definição da tabela ``movie`` (veja `The Schema Table`_ para detalhes). "
199
"Execute essa consulta chamando :meth:`cur.execute(...) <Cursor.execute>`, "
200
"atribua o resultado a ``res`` e chame :meth:`res.fetchone() <Cursor."
201
-"fetchone> ` para buscar a linha resultante:"
+"fetchone>` para buscar a linha resultante:"
202
203
#: ../../library/sqlite3.rst:125
204
msgid ""
0 commit comments