Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8da79ee

Browse files
authored
Merge pull request python#4 from raulcd/3.7
Merge 3.7 to master to fix build
2 parents b7c7387 + c90b8d7 commit 8da79ee

File tree

8 files changed

+689
-89
lines changed

8 files changed

+689
-89
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ install:
1111
script:
1212
- powrap --check --quiet **/*.po
1313
- pospell -p dict -l es_ES **/*.po
14-
- make CPYTHON_CLONE=/tmp/cpython/ COMMIT=796698adf
14+
- make CPYTHON_CLONE=/tmp/cpython/ COMMIT=15e7d2432294ec46f1ad84ce958fdeb9d4ca78b1

README.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ How to Contribute
3737
You can contribute using:
3838

3939
- Github
40-
- `transifex <https://www.transifex.com/python-doc/public/>`_
41-
- Or just by opening `an issue on github <https://github.com/python/python-docs-esfr/issues>`_
40+
- Or just by opening `an issue on github <https://github.com/raulcd/python-docs-es/issues>`_
4241

4342

4443
Contributing using Github
@@ -56,22 +55,22 @@ Prerequisites:
5655
Let's start:
5756

5857
You'll need to fork the `python-docs-es
59-
<https://github.com/python/python-docs-es>`_ clicking its ``Fork``
58+
<https://github.com/raulcd/python-docs-es>`_ clicking its ``Fork``
6059
button. This creates a copy of the whole project on your github
6160
account: a place where you have the rights to do modifications.
6261

6362
Step by step:
6463

6564
.. code-block:: bash
6665
67-
# Git clone your github fork using ssh (replace JulienPalard):
68-
git clone [email protected]:JulienPalard/python-docs-es.git
66+
# Git clone your github fork using ssh (replace raulcd):
67+
git clone [email protected]:raulcd/python-docs-es.git
6968
7069
# Go to the cloned directory:
7170
cd python-docs-es/
7271
7372
# Add the upstream (the public repository) using HTTPS (won't ask for password):
74-
git remote add upstream https://github.com/python/python-docs-es.git
73+
git remote add upstream https://github.com/raulcd/python-docs-es.git
7574
7675
All the translations must be made on the latest release.
7776
We never translate on an oldest version, by example, the latest python release
@@ -106,7 +105,7 @@ Now you're ready to start a work session, each time you'll start a new task, sta
106105
107106
# The previous command will print you a link to open a PR on github.
108107
# If you missed it, just go to
109-
# https://github.com/python/python-docs-es/ and a nice "Compare & pull request"
108+
# https://github.com/raulcd/python-docs-es/ and a nice "Compare & pull request"
110109
# button should appear after a few seconds telling you can ask for a pull request.
111110
112111
# Now someone is reviewing your modifications, and you'll want to fix their

dict

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,60 @@
11
argv
2+
ASCII
23
backspace
34
batch
45
C
6+
comilla
57
command
8+
default
9+
docstring
10+
docstrings
11+
else
12+
if
613
import
14+
imprimible
715
indentación
16+
indentada
17+
inicializar
818
interactivamente
19+
intermezzo
20+
iterador
921
m
1022
multilínea
23+
multi
1124
option
1225
Python
1326
python
1427
portable
28+
posicional
29+
posicionales
1530
prompt
31+
prompts
1632
readline
1733
recompilar
1834
ref
35+
referenciada
36+
referenciadas
37+
referenciado
38+
referenciados
1939
reordenar
2040
s
41+
seguirle
42+
self
2143
script
2244
scripting
2345
scripts
46+
seguirle
47+
semánticamente
48+
sintácticamente
2449
shell
50+
situ
2551
sockets
52+
subíndices
2653
sys
2754
tipado
2855
tty
56+
tupla
2957
tutorial
3058
Tutorial
3159
X
32-
x
60+
x

0 commit comments

Comments
 (0)