diff options
author | mattip <matti.picus@gmail.com> | 2020-01-26 14:08:53 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-01-26 14:08:53 +0200 |
commit | 6472a7d4eee9d9997773177b08e30c9c4326fbeb (patch) | |
tree | b68d0d55df40964f5fcbaafd74cdb68429b8c705 /site.cfg.example | |
parent | ebe7a77d57288efbaed89fc1da283d0e1bafed07 (diff) | |
download | numpy-6472a7d4eee9d9997773177b08e30c9c4326fbeb.tar.gz |
DOC: fix from review
Diffstat (limited to 'site.cfg.example')
-rw-r--r-- | site.cfg.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site.cfg.example b/site.cfg.example index 4447512ba..3eba3bbd7 100644 --- a/site.cfg.example +++ b/site.cfg.example @@ -85,7 +85,7 @@ # These settings apply when they are not overridden in the sections below. # Note that the standard paths (e.g. `/usr/lib`) are not searched if you # override these settings, unless they are explicitly included. -# The ``:`` is os.pathsep, which may vary on windows +# The ``:`` is os.pathsep, which is ``;`` on windows #[DEFAULT] #library_dirs = /usr/local/lib64:/usr/local/lib:/usr/lib64:/usr/lib #include_dirs = /usr/local/include:/usr/include |