8000 Fixing some documentation errors (#78) · devchetan/firebase-admin-python@1746377 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1746377

Browse files
authored
Fixing some documentation e 8000 rrors (firebase#78)
1 parent ae93be4 commit 1746377

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

firebase_admin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def initialize_app(credential=None, options=None, name=_DEFAULT_APP_NAME):
4747
Google Application Default Credentials are used.
4848
options: A dictionary of configuration options (optional). Supported options include
4949
``databaseURL``, ``storageBucket`` and ``httpTimeout``. If ``httpTimeout`` is not set,
50-
HTTP connections initiated by client modules such as ``db`` will not timeout.
50+
HTTP connections initiated by client modules such as ``db`` will not time out.
5151
name: Name of the app (optional).
5252
5353
Returns:

firebase_admin/db.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@ def get_if_changed(self, etag):
155155
156156
Returns:
157157
tuple: A 3-tuple consisting of a boolean, a decoded JSON value and an ETag. If the ETag
158-
specified by the caller did not match, the boolen value will be True and the JSON
159-
and ETag values would reflect the corresponding values in the database. If the ETag
160-
matched, the boolean value will be False and the other elements of the tuple will be
161-
None.
158+
specified by the caller did not match, the boolen value will be True and the JSON
159+
and ETag values would reflect the corresponding values in the database. If the ETag
160+
matched, the boolean value will be False and the other elements of the tuple will be
161+
None.
162162
163163
Raises:
164164
ValueError: If the ETag is not a string.

0 commit comments

Comments
 (0)
0