소스 검색

fix typo: IPython->IPYTHON

Jake VanderPlas 9 년 전
부모
커밋
570e8e4e7a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      liquid_tags/notebook.py

+ 1 - 1
liquid_tags/notebook.py

@@ -62,7 +62,7 @@ except:
 if not IPYTHON_VERSION >= 1:
     raise ValueError("IPython version 1.0+ required for notebook tag")
 
-if IPython_VERSION > 1:
+if IPYTHON_VERSION > 1:
     warnings.warn("Pelican plugin is not designed to work with IPython "
                   "versions greater than 1.x. CSS styles have changed in "
                   "later releases.")