From e32f469de40a7ea4aabc1fac4d1406cfde97d2c9 Mon Sep 17 00:00:00 2001 From: caikn Date: Wed, 22 Nov 2017 14:04:32 +0000 Subject: [PATCH] fix typo --- docs/development/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/index.rst b/docs/development/index.rst index 90fbe93f..7c8c7311 100644 --- a/docs/development/index.rst +++ b/docs/development/index.rst @@ -58,7 +58,7 @@ installed: steps into this guide! * On zypper based distributions (example below for SLES 12 SP2): - sudo zypper ar https://download.opensuse.org/repositories/devel:/languages:/python/SLE_12_SP2/ pyhton_devel + sudo zypper ar https://download.opensuse.org/repositories/devel:/languages:/python/SLE_12_SP2/ python_devel sudo zypper ref sudo zypper in python python-pip python-devel python-setuptools python-virtualenv git libyaml-devel sudo zypper in -t pattern Basis-Devel