Skip to content

Commit

Permalink
Fix python code doc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alinaliBQ committed Nov 24, 2023
1 parent b8cfeb0 commit 572a830
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Use a text editor from the Unix shell to edit the odbc.ini file such as vi. See

`vi ~/.odbc.ini`

#### <a name="odbc_data_source"></a>Sample odbc.ini file
#### Sample odbc.ini file
```
[ODBC Data Sources]
timestream-iam = Amazon Timestream ODBC Driver
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,12 @@ class DsnConfigurationWindow : public CustomWindow {
void Create();

/**
* @copedoc timestream::odbc::system::ui::CustomWindow::OnCreate
* timestream::odbc::system::ui::CustomWindow::OnCreate
*/
virtual void OnCreate();

/**
* @copedoc timestream::odbc::system::ui::CustomWindow::OnMessage
* timestream::odbc::system::ui::CustomWindow::OnMessage
*/
virtual bool OnMessage(UINT msg, WPARAM wParam, LPARAM lParam);

Expand Down

0 comments on commit 572a830

Please sign in to comment.