Skip to content

Commit 2bf537a

Browse files
author
Marc Garcia
committed
some more fixes to windows doc
1 parent 1b79cdc commit 2bf537a

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

pandas/guide/_sources/pandas_setup.rst.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To get the latest development version:
4040
* Fork the `pandas repository <https://github.com/pandas-dev/pandas>`_ on GitHub by click on the top-right `Fork` button
4141

4242
.. note::
43-
**Window Users**: run the next commands in a Git Bash session in the directory where you want
43+
**Windows users**: run the next commands in a Git Bash session in the directory where you want
4444
to download pandas source code (download `Git for Windows <https://gitforwindows.org/>`_ if needed).
4545

4646
* In the terminal of your computer, in the directory where you want the copy of pandas source code, run:
@@ -62,7 +62,7 @@ repository:
6262
* Download and install `Anaconda <https://www.anaconda.com/download/>`
6363

6464
.. note::
65-
**Window users**: run the next commands in the Anaconda Prompt (found in the Anaconda
65+
**Windows users**: run the next commands in the Anaconda Prompt (found in the Anaconda
6666
folder of the Start menu.
6767

6868
* Activate conda by one of the next (or equivalent, if you know what you're doing):
@@ -82,7 +82,7 @@ Besides the Python `.py` files, pandas source code includes C/Cython files
8282
which need to be compiled in order to run the development version of pandas.
8383

8484
.. note::
85-
**Window Users**: to compile pandas, you need to install `Visual Studio 2017 <https://www.visualstudio.com/>`_.
85+
**Windows users**: to compile pandas, you need to install `Visual Studio 2017 <https://www.visualstudio.com/>`_.
8686
Select the Python development workload and the Native development tools option.
8787

8888
(Users of legacy Python 2.7 should install `Microsoft Visual C++ Compiler for Python 2.7 <https://www.microsoft.com/download/details.aspx?id=44266>`_ instead).
@@ -104,7 +104,7 @@ changes. This will be useful when you have finished your changes, and you want
104104
to submit a pull request, so they are included in pandas.
105105

106106
.. note::
107-
**Window users**: run the next commands with Git Bash started at the cloned
107+
**Windows users**: run the next commands with Git Bash started at the cloned
108108
pandas folder.
109109

110110
You can create a git branch running:

pandas/guide/pandas_setup.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h3>2. Get the pandas source code<a class="headerlink" href="#get-the-pandas-sou
7575
* Fork the <a class="reference external" href="https://github.com/pandas-dev/pandas">pandas repository</a> on GitHub by click on the top-right <cite>Fork</cite> button</p>
7676
<div class="admonition note">
7777
<p class="first admonition-title">Note</p>
78-
<p class="last"><strong>Window Users</strong>: run the next commands in a Git Bash session in the directory where you want
78+
<p class="last"><strong>Windows users</strong>: run the next commands in a Git Bash session in the directory where you want
7979
to download pandas source code (download <a class="reference external" href="https://gitforwindows.org/">Git for Windows</a> if needed).</p>
8080
</div>
8181
<ul>
@@ -105,7 +105,7 @@ <h3>3. Set up a Python environment<a class="headerlink" href="#set-up-a-python-e
105105
</ul>
106106
<div class="admonition note">
107107
<p class="first admonition-title">Note</p>
108-
<p class="last"><strong>Window users</strong>: run the next commands in the Anaconda Prompt (found in the Anaconda
108+
<p class="last"><strong>Windows users</strong>: run the next commands in the Anaconda Prompt (found in the Anaconda
109109
folder of the Start menu.</p>
110110
</div>
111111
<ul class="simple">
@@ -141,7 +141,7 @@ <h3>4. Compile C code in pandas<a class="headerlink" href="#compile-c-code-in-pa
141141
which need to be compiled in order to run the development version of pandas.</p>
142142
<div class="admonition note">
143143
<p class="first admonition-title">Note</p>
144-
<p><strong>Window Users</strong>: to compile pandas, you need to install <a class="reference external" href="https://www.visualstudio.com/">Visual Studio 2017</a>.
144+
<p><strong>Windows users</strong>: to compile pandas, you need to install <a class="reference external" href="https://www.visualstudio.com/">Visual Studio 2017</a>.
145145
Select the Python development workload and the Native development tools option.</p>
146146
<p>(Users of legacy Python 2.7 should install <a class="reference external" href="https://www.microsoft.com/download/details.aspx?id=44266">Microsoft Visual C++ Compiler for Python 2.7</a> instead).</p>
147147
<p class="last">After the installation, run the following commands in Anaconda Prompt.</p>
@@ -164,7 +164,7 @@ <h3>5. Create a branch and start coding<a class="headerlink" href="#create-a-bra
164164
to submit a pull request, so they are included in pandas.</p>
165165
<div class="admonition note">
166166
<p class="first admonition-title">Note</p>
167-
<p class="last"><strong>Window users</strong>: run the next commands with Git Bash started at the cloned
167+
<p class="last"><strong>Windows users</strong>: run the next commands with Git Bash started at the cloned
168168
pandas folder.</p>
169169
</div>
170170
<dl class="docutils">

pandas/guide/source/pandas_setup.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To get the latest development version:
4040
* Fork the `pandas repository <https://github.com/pandas-dev/pandas>`_ on GitHub by click on the top-right `Fork` button
4141

4242
.. note::
43-
**Window Users**: run the next commands in a Git Bash session in the directory where you want
43+
**Windows users**: run the next commands in a Git Bash session in the directory where you want
4444
to download pandas source code (download `Git for Windows <https://gitforwindows.org/>`_ if needed).
4545

4646
* In the terminal of your computer, in the directory where you want the copy of pandas source code, run:
@@ -62,7 +62,7 @@ repository:
6262
* Download and install `Anaconda <https://www.anaconda.com/download/>`
6363

6464
.. note::
65-
**Window users**: run the next commands in the Anaconda Prompt (found in the Anaconda
65+
**Windows users**: run the next commands in the Anaconda Prompt (found in the Anaconda
6666
folder of the Start menu.
6767

6868
* Activate conda by one of the next (or equivalent, if you know what you're doing):
@@ -82,7 +82,7 @@ Besides the Python `.py` files, pandas source code includes C/Cython files
8282
which need to be compiled in order to run the development version of pandas.
8383

8484
.. note::
85-
**Window Users**: to compile pandas, you need to install `Visual Studio 2017 <https://www.visualstudio.com/>`_.
85+
**Windows users**: to compile pandas, you need to install `Visual Studio 2017 <https://www.visualstudio.com/>`_.
8686
Select the Python development workload and the Native development tools option.
8787

8888
(Users of legacy Python 2.7 should install `Microsoft Visual C++ Compiler for Python 2.7 <https://www.microsoft.com/download/details.aspx?id=44266>`_ instead).
@@ -104,7 +104,7 @@ changes. This will be useful when you have finished your changes, and you want
104104
to submit a pull request, so they are included in pandas.
105105

106106
.. note::
107-
**Window users**: run the next commands with Git Bash started at the cloned
107+
**Windows users**: run the next commands with Git Bash started at the cloned
108108
pandas folder.
109109

110110
You can create a git branch running:

0 commit comments

Comments
 (0)