diff options
author | guoci <zguoci@gmail.com> | 2018-03-10 15:01:59 -0500 |
---|---|---|
committer | guoci <zguoci@gmail.com> | 2018-03-10 15:01:59 -0500 |
commit | 03e370a9eaa16c52301742424b83d3c09a8ab125 (patch) | |
tree | e282f113aacd4188a62bc337a348d60315e02e98 /numpy/doc/constants.py | |
parent | 7bcea9f884cac1708bac5aa48c86e26a247fab4e (diff) | |
download | numpy-03e370a9eaa16c52301742424b83d3c09a8ab125.tar.gz |
declare source code encoding
Diffstat (limited to 'numpy/doc/constants.py')
-rw-r--r-- | numpy/doc/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/doc/constants.py b/numpy/doc/constants.py index c4db4c96a..f3b835085 100644 --- a/numpy/doc/constants.py +++ b/numpy/doc/constants.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- """ ========= Constants |