Skip to content

docs: Issue in page User Defined Types #294

Open
@slayton

Description

@slayton

I would like to report an issue in page https://python-driver.docs.scylladb.com/3.26.5-scylla/user-defined-types

Problem

The final code block on the page has

print(address)  # prints "Address(street='123 Main St.', zipcode=78723)"
street = address.street
zipcode = address.street

Suggest a fix

I believe there is a typo and the last line should be changed to:

zipcode = address.zipcode

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions