diff --git a/conda/meta.yaml b/conda/meta.yaml
index e401a810a029aa438d245ce662f9a9820cbd88e4..7861ddd8cc1fa8fdda492333e92e86cccb85efc9 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -17,7 +17,7 @@ build:
     - python setup.py sdist --formats=zip
     {% endif %}
     - python setup.py install --single-version-externally-managed --record record.txt
-     # installs the documentation source, readme to share/doc so it is available
+    # installs the documentation source, readme to share/doc so it is available
     # during test time
     - install -d "${PREFIX}/share/doc/{{ name }}"
     - cp -R README.rst doc "${PREFIX}/share/doc/{{ name }}/"