Skip to content

Commit

Permalink
docs(backends): fix typo in pip install command
Browse files Browse the repository at this point in the history
  • Loading branch information
InigoHidalgoAxpo authored and gforsyth committed Jun 2, 2023
1 parent 82e211d commit 6a7207c
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/backends/BigQuery.md
Expand Up @@ -13,7 +13,7 @@ Install `ibis` and dependencies for the BigQuery backend:
=== "pip"

```sh
pip install 'ibis-framework[bigquery]`
pip install 'ibis-framework[bigquery]'
```

{% for mgr in ["conda", "mamba"] %}
Expand Down
2 changes: 1 addition & 1 deletion docs/backends/ClickHouse.md
Expand Up @@ -14,7 +14,7 @@ Install `ibis` and dependencies for the ClickHouse backend:
=== "pip"

```sh
pip install 'ibis-framework[clickhouse]`
pip install 'ibis-framework[clickhouse]'
```

{% for mgr in ["conda", "mamba"] %}
Expand Down
2 changes: 1 addition & 1 deletion docs/backends/Datafusion.md
Expand Up @@ -16,7 +16,7 @@ Install `ibis` and dependencies for the Apache Datafusion backend:
=== "pip"

```sh
pip install 'ibis-framework[datafusion]`
pip install 'ibis-framework[datafusion]'
```

{% for mgr in ["conda", "mamba"] %}
Expand Down
2 changes: 1 addition & 1 deletion docs/backends/Druid.md
Expand Up @@ -18,7 +18,7 @@ Install `ibis` and dependencies for the Druid backend:
=== "pip"

```sh
pip install 'ibis-framework[druid]`
pip install 'ibis-framework[druid]'
```

{% for mgr in ["conda", "mamba"] %}
Expand Down
2 changes: 1 addition & 1 deletion docs/backends/DuckDB.md
Expand Up @@ -23,7 +23,7 @@ Install `ibis` and dependencies for the DuckDB backend:
=== "pip"

```sh
pip install 'ibis-framework[duckdb]`
pip install 'ibis-framework[duckdb]'
```

{% for mgr in ["conda", "mamba"] %}
Expand Down
2 changes: 1 addition & 1 deletion docs/backends/MSSQL.md
Expand Up @@ -16,7 +16,7 @@ Install `ibis` and dependencies for the MSSQL backend:
=== "pip"

```sh
pip install 'ibis-framework[mssql]`
pip install 'ibis-framework[mssql]'
```

{% for mgr in ["conda", "mamba"] %}
Expand Down
2 changes: 1 addition & 1 deletion docs/backends/MySQL.md
Expand Up @@ -15,7 +15,7 @@ Install `ibis` and dependencies for the MySQL backend:
=== "pip"

```sh
pip install 'ibis-framework[mysql]`
pip install 'ibis-framework[mysql]'
```

{% for mgr in ["conda", "mamba"] %}
Expand Down
2 changes: 1 addition & 1 deletion docs/backends/Oracle.md
Expand Up @@ -22,7 +22,7 @@ Install `ibis` and dependencies for the Oracle backend:
=== "pip"

```sh
pip install 'ibis-framework[oracle]`
pip install 'ibis-framework[oracle]'
```

{% for mgr in ["conda", "mamba"] %}
Expand Down
2 changes: 1 addition & 1 deletion docs/backends/PostgreSQL.md
Expand Up @@ -15,7 +15,7 @@ Install `ibis` and dependencies for the Postgres backend:
=== "pip"

```sh
pip install 'ibis-framework[postgres]`
pip install 'ibis-framework[postgres]'
```

{% for mgr in ["conda", "mamba"] %}
Expand Down
2 changes: 1 addition & 1 deletion docs/backends/PySpark.md
Expand Up @@ -16,7 +16,7 @@ Install `ibis` and dependencies for the PySpark backend:
=== "pip"

```sh
pip install 'ibis-framework[pyspark]`
pip install 'ibis-framework[pyspark]'
```

{% for mgr in ["conda", "mamba"] %}
Expand Down
2 changes: 1 addition & 1 deletion docs/backends/SQLite.md
Expand Up @@ -14,7 +14,7 @@ Install `ibis` and dependencies for the SQLite backend:
=== "pip"

```sh
pip install 'ibis-framework[sqlite]`
pip install 'ibis-framework[sqlite]'
```

{% for mgr in ["conda", "mamba"] %}
Expand Down

0 comments on commit 6a7207c

Please sign in to comment.