diff options
author | Andrey Andreev <narf@devilix.net> | 2020-01-28 20:42:18 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2020-01-28 20:42:18 +0100 |
commit | fc2da40c4451f61974d11d8d93d532c342d87f83 (patch) | |
tree | 67ed0dfca1f9826b261aa6733d9b898ae66fd875 | |
parent | e9b8c4cc3bb9f676c8e1e3268caf470720c5a33c (diff) |
[ci skip] Docs spaces-to-tabs correction
-rw-r--r-- | user_guide_src/source/database/db_driver_reference.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/database/db_driver_reference.rst b/user_guide_src/source/database/db_driver_reference.rst index 94121bffa..da33662b0 100644 --- a/user_guide_src/source/database/db_driver_reference.rst +++ b/user_guide_src/source/database/db_driver_reference.rst @@ -164,7 +164,7 @@ This article is intended to be a reference for them. .. php:method:: trans_status() - :returns: TRUE if the transaction succeeded, FALSE if it failed + :returns: TRUE if the transaction succeeded, FALSE if it failed :rtype: bool Lets you retrieve the transaction status flag to @@ -443,4 +443,4 @@ This article is intended to be a reference for them. insert the table prefix (if it exists) in the proper position, and escape only the correct identifiers. - This method is used extensively by the Query Builder class.
\ No newline at end of file + This method is used extensively by the Query Builder class. |