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

Skip to content

Commit 954159d

Browse files
author
pythonjp-bot
committed
auto commit
1 parent 0af709b commit 954159d

File tree

2 files changed

+2868
-2858
lines changed

2 files changed

+2868
-2858
lines changed

ja/LC_MESSAGES/library/sqlite3.po

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-06-14 13:35+0900\n"
11+
"POT-Creation-Date: 2018-07-04 13:46+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: cocoatomo, 2018\n"
1414
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -328,14 +328,10 @@ msgid ""
328328
"Registers a callable to convert a bytestring from the database into a custom"
329329
" Python type. The callable will be invoked for all database values that are "
330330
"of the type *typename*. Confer the parameter *detect_types* of the "
331-
":func:`connect` function for how the type detection works. Note that the "
332-
"case of *typename* and the name of the type in your query must match!"
333-
msgstr ""
334-
"データベースから得られるバイト列を希望する Python の型に変換する呼び出し可能オブジェクト (callable) "
335-
"を登録します。その呼び出し可能オブジェクトは型が *typename* "
336-
"である全てのデータベース上の値に対して呼び出されます。型検知がどのように働くかについては :func:`connect` 関数の "
337-
"*detect_types* パラメータの説明も参照してください。注意が必要なのは *typename* "
338-
"はクエリの中の型名と大文字小文字も一致しなければならないということです!"
331+
":func:`connect` function for how the type detection works. Note that "
332+
"*typename* and the name of the type in your query are matched in case-"
333+
"insensitive manner."
334+
msgstr ""
339335

340336
#: ../../library/sqlite3.rst:238
341337
msgid ""

0 commit comments

Comments
 (0)