From 4af727b81e4bc6e4448ffc287fb720c23668ce8c Mon Sep 17 00:00:00 2001 From: Eric Shen Date: Sat, 23 Oct 2021 16:04:26 +0800 Subject: [PATCH] docs(function): fix typo in pip install Signed-off-by: Eric Shen --- site2/docs/functions-package.md | 2 +- site2/website-next/docs/functions-package.md | 2 +- .../versioned_docs/version-2.7.3/functions-package.md | 2 +- .../versioned_docs/version-2.8.0/functions-package.md | 2 +- site2/website/versioned_docs/version-2.7.0/functions-package.md | 2 +- site2/website/versioned_docs/version-2.7.1/functions-package.md | 2 +- site2/website/versioned_docs/version-2.7.2/functions-package.md | 2 +- site2/website/versioned_docs/version-2.7.3/functions-package.md | 2 +- site2/website/versioned_docs/version-2.8.0/functions-package.md | 2 +- site2/website/versioned_docs/version-2.8.1/functions-package.md | 2 +- site2/website/versioned_docs/version-2.8.2/functions-package.md | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/site2/docs/functions-package.md b/site2/docs/functions-package.md index 0bdf0836995e9..affdb21aa4be9 100644 --- a/site2/docs/functions-package.md +++ b/site2/docs/functions-package.md @@ -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. diff --git a/site2/website-next/docs/functions-package.md b/site2/website-next/docs/functions-package.md index c97c0a5261071..6717b04a5093f 100644 --- a/site2/website-next/docs/functions-package.md +++ b/site2/website-next/docs/functions-package.md @@ -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 ``` diff --git a/site2/website-next/versioned_docs/version-2.7.3/functions-package.md b/site2/website-next/versioned_docs/version-2.7.3/functions-package.md index ba5228c643abc..29f64b41c55d9 100644 --- a/site2/website-next/versioned_docs/version-2.7.3/functions-package.md +++ b/site2/website-next/versioned_docs/version-2.7.3/functions-package.md @@ -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 ``` diff --git a/site2/website-next/versioned_docs/version-2.8.0/functions-package.md b/site2/website-next/versioned_docs/version-2.8.0/functions-package.md index d76a983d369d1..466c608d5e67c 100644 --- a/site2/website-next/versioned_docs/version-2.8.0/functions-package.md +++ b/site2/website-next/versioned_docs/version-2.8.0/functions-package.md @@ -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 ``` diff --git a/site2/website/versioned_docs/version-2.7.0/functions-package.md b/site2/website/versioned_docs/version-2.7.0/functions-package.md index 5a9275626b755..998974bad4033 100644 --- a/site2/website/versioned_docs/version-2.7.0/functions-package.md +++ b/site2/website/versioned_docs/version-2.7.0/functions-package.md @@ -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. diff --git a/site2/website/versioned_docs/version-2.7.1/functions-package.md b/site2/website/versioned_docs/version-2.7.1/functions-package.md index ef2d9dd8b518e..0f07ca42c8cf7 100644 --- a/site2/website/versioned_docs/version-2.7.1/functions-package.md +++ b/site2/website/versioned_docs/version-2.7.1/functions-package.md @@ -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. diff --git a/site2/website/versioned_docs/version-2.7.2/functions-package.md b/site2/website/versioned_docs/version-2.7.2/functions-package.md index 2f5406b0efbef..c80075699a0ef 100644 --- a/site2/website/versioned_docs/version-2.7.2/functions-package.md +++ b/site2/website/versioned_docs/version-2.7.2/functions-package.md @@ -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. diff --git a/site2/website/versioned_docs/version-2.7.3/functions-package.md b/site2/website/versioned_docs/version-2.7.3/functions-package.md index f26fe0e33ea25..3b52af8eabb30 100644 --- a/site2/website/versioned_docs/version-2.7.3/functions-package.md +++ b/site2/website/versioned_docs/version-2.7.3/functions-package.md @@ -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. diff --git a/site2/website/versioned_docs/version-2.8.0/functions-package.md b/site2/website/versioned_docs/version-2.8.0/functions-package.md index 151288e5847a4..fca63cc28d728 100644 --- a/site2/website/versioned_docs/version-2.8.0/functions-package.md +++ b/site2/website/versioned_docs/version-2.8.0/functions-package.md @@ -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. diff --git a/site2/website/versioned_docs/version-2.8.1/functions-package.md b/site2/website/versioned_docs/version-2.8.1/functions-package.md index 236bc3d305639..00225edf60f85 100644 --- a/site2/website/versioned_docs/version-2.8.1/functions-package.md +++ b/site2/website/versioned_docs/version-2.8.1/functions-package.md @@ -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. diff --git a/site2/website/versioned_docs/version-2.8.2/functions-package.md b/site2/website/versioned_docs/version-2.8.2/functions-package.md index 03b5cb654434a..2a8a83f45e51d 100644 --- a/site2/website/versioned_docs/version-2.8.2/functions-package.md +++ b/site2/website/versioned_docs/version-2.8.2/functions-package.md @@ -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.