PY-16904 Preserve none indent when updating Numpy docstring
authorMikhail Golubev <mikhail.golubev@jetbrains.com>
Wed, 16 Sep 2015 12:38:30 +0000 (15:38 +0300)
committerMikhail Golubev <mikhail.golubev@jetbrains.com>
Thu, 17 Sep 2015 10:01:29 +0000 (13:01 +0300)
commitf1d56bc8cc2833183ee5c25fa53fabab6895d4b2
treee931cf758498bf0159a0d692a0bd741d27df626f
parenta1a112b9594ec10d914f85986b4da93c75a03796
PY-16904 Preserve none indent when updating Numpy docstring
python/src/com/jetbrains/python/documentation/docstrings/SectionBasedDocStringUpdater.java
python/testData/intentions/afterNumpyAddMissingParameterPreservesNoneIndent.py [new file with mode: 0644]
python/testData/intentions/beforeNumpyAddMissingParameterPreservesNoneIndent.py [new file with mode: 0644]
python/testSrc/com/jetbrains/python/intentions/PyIntentionTest.java