diff --git a/firestore/google/cloud/firestore/path.py b/firestore/google/cloud/firestore/path.py index fe9f8f488118..61696120bbb8 100644 --- a/firestore/google/cloud/firestore/path.py +++ b/firestore/google/cloud/firestore/path.py @@ -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):