Skip to content

Commit

Permalink
Merge pull request googleapis#126 from jgeewax/koss-doc-style
Browse files Browse the repository at this point in the history
Reverse :type and :param to standard ordering.
  • Loading branch information
mckoss authored Dec 1, 2016
2 parents 1ce89bf + 5e30f4e commit 5ee7c15
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 5ee7c15

Please sign in to comment.