From 5050b595a00bc9f47a96a3710f25d02b2b0d9e40 Mon Sep 17 00:00:00 2001 From: Adarsh Patel <36725774+adarshPatel509@users.noreply.github.com> Date: Wed, 16 Jan 2019 23:35:25 +0530 Subject: [PATCH] api docs: Fix showing correct link to install Python bindings. We just make the Python tab the default first tab, which is clearer anyway. Fixes #9575. --- templates/zerver/api/installation-instructions.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/zerver/api/installation-instructions.md b/templates/zerver/api/installation-instructions.md index eb74262722..b61b120a38 100644 --- a/templates/zerver/api/installation-instructions.md +++ b/templates/zerver/api/installation-instructions.md @@ -8,10 +8,6 @@ writing interactive bots that react to messages), so we recommend it if you're trying to decide. {start_tabs} -{tab|curl} - -No download required! - {tab|python} Install the Python API with [pip](https://pypi.python.org/pypi/zulip/): @@ -36,4 +32,8 @@ Install the JavaScript API with [npm](https://www.npmjs.com/package/zulip-js): npm install zulip-js ``` +{tab|curl} + +No download required! + {end_tabs}