Skip to content

Commit

Permalink
fix typo (#1995)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariarice15 authored Oct 28, 2024
1 parent de43399 commit 11a3ab8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ credentials = ConnectionStringCredentials(
"mysql+pymysql://rfamro@mysql-rfam-public.ebi.ac.uk:4497/Rfam"
)

source = sql_database(credentials).with_resource("family")
source = sql_database(credentials).with_resources("family")
```

:::note
Expand Down

0 comments on commit 11a3ab8

Please sign in to comment.