Skip to content

Commit

Permalink
Reverse :type and :param to standard ordering.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Koss committed Nov 30, 2016
1 parent 1ce89bf commit 5e30f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firestore/google/cloud/firestore/path.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ class Path(object):
doc = Path.from_string('documents/my-document')
sub_collection = doc.child('sub-collection')
:param parts: Sequence of names of the parts of a path.
:type parts: list of str or int
:param parts: Sequence of names of the parts of a path.
"""

def __init__(self, *parts):
Expand Down

0 comments on commit 5e30f4e

Please sign in to comment.