Skip to content

Code error in docs #38

@imba-tjd

Description

@imba-tjd
  1. What is the link to the documentation section that needs improving?

https://python-oracledb.readthedocs.io/en/latest/user_guide/connection_handling.html

  1. Describe the confusion
dsn = f'{username}/{userpwd}@{port}:{host}/{service_name}'
  1. Suggest changes that would help
dsn = f'{username}/{userpwd}@{host}:{port}/{service_name}'

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions