Skip to content

Commit ff11a88

Browse files
committed
add hyphens to 'open-source' as adjectives
1 parent 34b87d3 commit ff11a88

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

core-team/motivations.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ participating in the CPython core development process:
115115
As a core team member, she is primarily interested in helping to ensure Python's
116116
continued suitability for educational, testing and data analysis use cases,
117117
as well as in encouraging good architectural practices when assembling Python
118-
applications and test harnesses from open source components.
118+
applications and test harnesses from open-source components.
119119

120120
Note: prior to August 2023, Alyssa used her birth name (Nick Coghlan). Some records
121121
(for example, mailing list archives, version control history) will still reference that name.
@@ -175,14 +175,14 @@ participating in the CPython core development process:
175175
available, working on the infrastructure that supports CPython development,
176176
specifically the Roundup-based bug tracker and the buildbot system.
177177

178-
David currently does both proprietary and open source development work,
178+
David currently does both proprietary and open-source development work,
179179
primarily in Python, through the company in which he is a partner, `Murray &
180180
Walker, Inc <https://www.murrayandwalker.com>`__. He has done contract work
181181
focused specifically on CPython development both through the PSF (the
182182
kickstart of the email Unicode API development) and directly funded by
183183
interested corporations (additional development work on email funded by
184184
QNX, and work on CPython ICC support funded by Intel). He would like to
185-
spend more of his (and his company's) time on open source work, and so is
185+
spend more of his (and his company's) time on open-source work, and so is
186186
actively seeking additional such contract opportunities.
187187

188188
.. topic:: Antoine Pitrou (France)
@@ -202,7 +202,7 @@ participating in the CPython core development process:
202202
concurrent programming.
203203

204204
As a professional, Antoine has been first specializing in network
205-
programming, and more lately in open source data science infrastructure.
205+
programming, and more lately in open-source data science infrastructure.
206206
He has made numerous contributions to Numba, Dask and is currently working
207207
full time on Apache Arrow as a technical leader at QuantStack.
208208

@@ -269,7 +269,7 @@ participating in the CPython core development process:
269269

270270
Carol is focused on Python's usage in education and scientific research.
271271
She is interested in distributed computing, organizational development,
272-
operational workflows, and sustainability of open source projects.
272+
operational workflows, and sustainability of open-source projects.
273273

274274

275275
.. _goals-of-the-motivations-page:
@@ -282,7 +282,7 @@ strongly suggest that the current core development process is bottlenecked on
282282
core team time. This is most clearly indicated in the first metrics graph,
283283
which shows both the number of open issues and the number of pull requests awaiting
284284
review growing steadily over time, despite CPython being one of the most
285-
active open source projects in the world. This bottleneck then impacts not only
285+
active open-source projects in the world. This bottleneck then impacts not only
286286
resolving open issues and accepting submitted pull requests, but also the process of
287287
identifying, nominating and mentoring new core team members.
288288

core-team/responsibilities.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ to better assess the sustainability of current contributions to CPython core
123123
development, and also serves as a referral list for organisations seeking
124124
commercial Python support from the core development community.
125125

126-
And finally, enjoy yourself! Contributing to open source software should be fun
126+
And finally, enjoy yourself! Contributing to open-source software should be fun
127127
(overall). If you find yourself no longer enjoying the work then either take a
128128
break or figure out what you need to do to make it enjoyable again.
129129

developer-workflow/communication-channels.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ that way. You can find their blogs (and various other developers who use Python)
270270
at `Planet Python <https://planetpython.org/>`__.
271271

272272

273-
Setting expectations for open source participation
273+
Setting expectations for open-source participation
274274
==================================================
275275

276276
Burn-out is common in open source due to a misunderstanding of what users, contributors,

getting-started/setup-building.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ used in ``python.sh``:
508508
Emscripten
509509
----------
510510

511-
Emscripten_ is a complete open source compiler toolchain. It compiles C/C++ code
511+
Emscripten_ is a complete open-source compiler toolchain. It compiles C/C++ code
512512
into WebAssembly_/JavaScript executables, for use in JavaScript runtimes,
513513
including browsers and Node.js.
514514

testing/oss-fuzz.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ OSS-Fuzz for CPython
22
====================
33

44
CPython uses `OSS-Fuzz <https://google.github.io/oss-fuzz/>`__, Google's
5-
continuous fuzzing service for open source projects, to find bugs and
5+
continuous fuzzing service for open-source projects, to find bugs and
66
security vulnerabilities by feeding semi-random data to various APIs.
77

88
CPython has two OSS-Fuzz projects:

0 commit comments

Comments
 (0)