Skip to content

Commit

Permalink
docs(function): fix typo in pip install (#12468)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsyh committed Oct 24, 2021
1 parent 95e6a0e commit ead0911
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion site2/docs/functions-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ To package a function with **one python file** in Python, complete the following
The implementation of a Python function depends on the Python client, so before deploying a Python function, you need to install the corresponding version of the Python client.

```bash
pip install python-client==2.6.0
pip install pulsar-client==2.6.0
```

3. Run the Python Function.
Expand Down
2 changes: 1 addition & 1 deletion site2/website-next/docs/functions-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ To package a function with **one python file** in Python, complete the following

```bash

pip install python-client==2.6.0
pip install pulsar-client==2.6.0

```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ To package a function with **one python file** in Python, complete the following

```bash

pip install python-client==2.6.0
pip install pulsar-client==2.6.0

```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ To package a function with **one python file** in Python, complete the following

```bash

pip install python-client==2.6.0
pip install pulsar-client==2.6.0

```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ To package a function with **one python file** in Python, complete the following
The implementation of a Python function depends on the Python client, so before deploying a Python function, you need to install the corresponding version of the Python client.

```bash
pip install python-client==2.6.0
pip install pulsar-client==2.6.0
```

3. Run the Python Function.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ To package a function with **one python file** in Python, complete the following
The implementation of a Python function depends on the Python client, so before deploying a Python function, you need to install the corresponding version of the Python client.

```bash
pip install python-client==2.6.0
pip install pulsar-client==2.6.0
```

3. Run the Python Function.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ To package a function with **one python file** in Python, complete the following
The implementation of a Python function depends on the Python client, so before deploying a Python function, you need to install the corresponding version of the Python client.

```bash
pip install python-client==2.6.0
pip install pulsar-client==2.6.0
```

3. Run the Python Function.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ To package a function with **one python file** in Python, complete the following
The implementation of a Python function depends on the Python client, so before deploying a Python function, you need to install the corresponding version of the Python client.

```bash
pip install python-client==2.6.0
pip install pulsar-client==2.6.0
```

3. Run the Python Function.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ To package a function with **one python file** in Python, complete the following
The implementation of a Python function depends on the Python client, so before deploying a Python function, you need to install the corresponding version of the Python client.

```bash
pip install python-client==2.6.0
pip install pulsar-client==2.6.0
```

3. Run the Python Function.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ To package a function with **one python file** in Python, complete the following
The implementation of a Python function depends on the Python client, so before deploying a Python function, you need to install the corresponding version of the Python client.

```bash
pip install python-client==2.6.0
pip install pulsar-client==2.6.0
```

3. Run the Python Function.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ To package a function with **one python file** in Python, complete the following
The implementation of a Python function depends on the Python client, so before deploying a Python function, you need to install the corresponding version of the Python client.

```bash
pip install python-client==2.6.0
pip install pulsar-client==2.6.0
```

3. Run the Python Function.
Expand Down

0 comments on commit ead0911

Please sign in to comment.