You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pandas/guide/_sources/organizers.rst.txt
+5-5
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ it again. If that is not the case, they can mail the members of the community,
34
34
and surely one of them works in a company happy to offer the venue.
35
35
36
36
If that does not work for you, universities, local government agencies
37
-
supporting employment and enterpreneurship, startup incubators, and
37
+
supporting employment and entrepreneurship, startup incubators, and
38
38
co-working spaces, could be interested in offering you a venue. In general,
39
39
it is easier to get a positive answer by trying to directly contact someone
40
40
there, than by filling a form or sending an email to info@whatever.
@@ -50,7 +50,7 @@ Python programmers and data scientists are hard to find, and it can be a great
50
50
opportunity for them, to get their company promoted.
51
51
52
52
If nothing else works, you can find a bar, pub, restaurant... with some quiet
53
-
area for the spint. And if you do not even find that, please contact us, and
53
+
area for the sprint. And if you do not even find that, please contact us, and
54
54
we will find a solution.
55
55
56
56
The local community and publishing the event
@@ -109,7 +109,7 @@ consider:
109
109
110
110
* Non male (which does not necessarily mean female)
111
111
* People over an age (50 year old?)
112
-
* Ethnical background depending on where you are
112
+
* Ethnic background depending on where you are
113
113
114
114
We do not recommend asking people for their race, sexual orientation,
115
115
religion... in order to find people from underrepresented minorities. We find
@@ -142,7 +142,7 @@ In short:
142
142
* Inside your local copy of the repo (`cd python-sprints.github.io`)...
143
143
* Create a branch for your changes: `git checkout -b adding_<your-city>_chapter`
144
144
* Edit the file with the chapter info: `vim pandas/index.html` and add an entry with the same fields as the rest
145
-
* Add your changed to be commited: `git add pandas/index.html`
145
+
* Add your changed to be committed: `git add pandas/index.html`
146
146
* Commit your changes: `git commit -m "Adding <your-city> to the pandas sprint page"`
147
147
* Push your changes to your fork: `git push -u origin adding_<your-city>_chapter`
148
148
* Create a pull request by clicking on the "Compare & pull request" button in the yellow box at https://github.com/python-sprints/python-sprints.github.io
@@ -212,7 +212,7 @@ One important thing to consider, is that **quality is much more important
212
212
than quantity**. For pandas, it will be much more productive if we send
213
213
50 excellent pull requests, than if we send 500 not so good pull requests.
214
214
215
-
Core developers are usually the bottle neck of open source projects. And
215
+
Core developers are usually the bottleneck of open source projects. And
216
216
while with their experience they will surely provide great reviews to
217
217
enrich our contributions, we surely do not want to waste their time by reviewing
218
218
code that doesn't work, spelling mistakes, bad grammar, incorrect text, or
0 commit comments