You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ab...@apache.org on 2023/02/23 03:31:16 UTC

[druid] branch master updated: Remove the additional backtick that's causing a SA issue. (#13838)

This is an automated email from the ASF dual-hosted git repository.

abhishek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 17a3cd0b68 Remove the additional backtick that's causing a SA issue. (#13838)
17a3cd0b68 is described below

commit 17a3cd0b68de0e2e24573104df145a0ae5755537
Author: Abhishek Radhakrishnan <ab...@gmail.com>
AuthorDate: Wed Feb 22 19:31:08 2023 -0800

    Remove the additional backtick that's causing a SA issue. (#13838)
---
 docs/tutorials/tutorial-jupyter-index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/tutorials/tutorial-jupyter-index.md b/docs/tutorials/tutorial-jupyter-index.md
index c5b872fb43..023fc1b1de 100644
--- a/docs/tutorials/tutorial-jupyter-index.md
+++ b/docs/tutorials/tutorial-jupyter-index.md
@@ -36,7 +36,7 @@ Make sure you meet the following requirements before starting the Jupyter-based
    
    ```bash
    pip3 install requests
-   ````
+   ```
 
 - JupyterLab (recommended) or Jupyter Notebook running on a non-default port. By default, Druid and Jupyter both try to use port `8888,` so start Jupyter on a different port.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org