Skip to content

Commit 38fd2bb

Browse files
committed
Address even more codespell errors (after merging in main)
1 parent 20404db commit 38fd2bb

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

docs/html/ux-research-design/research-results/improving-pips-documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ We also:
3636
1. Asked for volunteers to participate in a diary study, documenting their experience solving pip problems. Unfortunately this was not completed due to lack of interest from the community.
3737
2. Asked for user feedback on the pip documentation site:
3838
![screenshot of user feedback mechanism on pip docs](https://i.imgur.com/WJVjl8N.png)
39-
Unfortunatly, we did not gather any useful feedback via this effort
39+
Unfortunately, we did not gather any useful feedback via this effort
4040
3. [Installed analytics on the pip docs](https://github.com/pypa/pip/pull/9146). We are waiting for this to be merged and start providing useful data.
4141

4242
## Results

docs/html/ux-research-design/research-results/personas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Making software was as defined earlier as "are you working on something reusable
180180
181181
> "I have written software, sometimes for business and personal reasons. At one point I worked on a django website project, that was being used by 1000s of people. I don't think any of my live projects are based.
182182
183-
> "Most of it is for sysadmin, automation. I lke to use python instead of shell scripting. I manage a server with wordpress sites. I wrote a script to update these sites, mailman list and sql DB management, and for different utilities." **- Participant 240313542**
183+
> "Most of it is for sysadmin, automation. I [like] to use python instead of shell scripting. I manage a server with wordpress sites. I wrote a script to update these sites, mailman list and sql DB management, and for different utilities." **- Participant 240313542**
184184
185185
> "I use Python for creating things - like outputs for data scientist, software engineer. I make software to look at patterns, and analyse stuff. I think I'm a maker because someone else is using - they are colleagues. Usually its non-technical colleagues. I produce outputs - make data understandable. They use the results, or a package it behind a flask app. Or analyse graphs." **- Participant 240426799**
186186

docs/html/ux-research-design/research-results/pip-upgrade-conflict.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ From the 407 responses that answered "why" a particular solution was best, the f
6464
Based on the results of this research, the pip UX team has made the following recommendations to the development team:
6565

6666
- While the current behaviour exists, [warn the user when conflicts are introduced](https://github.com/pypa/pip/issues/7744#issuecomment-717573440)
67-
- [Change the current behaviour](https://github.com/pypa/pip/issues/9094), so that pip takes into account packages that are already installed when upgrading other packages. Show the user a warning when pip anticipates a depdenency conflict (as per option 4)
67+
- [Change the current behaviour](https://github.com/pypa/pip/issues/9094), so that pip takes into account packages that are already installed when upgrading other packages. Show the user a warning when pip anticipates a dependency conflict (as per option 4)
6868
- Explore [the possibility of adding additional flags to the upgrade command](https://github.com/pypa/pip/issues/9095), to give users more control

docs/html/ux-research-design/research-results/prioritizing-features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ Results varied by the amount of Python experience the user had.
8585

8686
![Screenshot of Warn about broken dependencies](https://i.imgur.com/uNv2tnG.png)
8787

88-
#### Upgrade packages to the lastest version
88+
#### Upgrade packages to the latest version
8989

90-
![Screenshot of Upgrade packages to the lastest version](https://i.imgur.com/pQgCLBO.png)
90+
![Screenshot of Upgrade packages to the latest version](https://i.imgur.com/pQgCLBO.png)
9191

9292
#### Install packages from an alternative package index, or indexes
9393

docs/html/ux-research-design/research-results/users-and-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Participants who spent a lot of their time writing Python code - either for comm
6262

6363
They thought about where the software would be used, who would use it, and possible attack surfaces.
6464

65-
> "On the basic point, I have to think about attack surfaces. If I am writing the thing (software), I have to give a crap. I have to answer the emails! In the code I push to[ pypi.org](http://pypi.org/) I think about it doubley. What could people do with this code? Whether I do a good job, that's different! I am aware of it when publishing it or making it publically available. Whether I do a good job, that's different! I am aware of it when publishing it or making it publically available. I rely on community resources - Python security related, I follow security people blogs, Twitter. I use Hypothesis for fuzz-testing. I also rely on having security policies in place and a reporting mechanism. I steer clear of crypto, I rely on other peoples. There's a certain amount of knowledge in the Python community, I am actively involved in it. If something happens, I will hear about it. I use Twitter, if something happens, in the morning it can take me awhile to figure out what's happened. I have a lot of trust in the ecosystem to be self healing. As long as you don't stray too far-off the reservation (into using odd or uncommon or new packages), it's a better sense of security." **- Participant (data scientist turned Python developer)**
65+
> "On the basic point, I have to think about attack surfaces. If I am writing the thing (software), I have to give a crap. I have to answer the emails! In the code I push to[ pypi.org](http://pypi.org/) I think about it doubley. What could people do with this code? Whether I do a good job, that's different! I am aware of it when publishing it or making it [publicly] available. Whether I do a good job, that's different! I am aware of it when publishing it or making it [publicly] available. I rely on community resources - Python security related, I follow security people blogs, Twitter. I use Hypothesis for fuzz-testing. I also rely on having security policies in place and a reporting mechanism. I steer clear of crypto, I rely on other peoples. There's a certain amount of knowledge in the Python community, I am actively involved in it. If something happens, I will hear about it. I use Twitter, if something happens, in the morning it can take me awhile to figure out what's happened. I have a lot of trust in the ecosystem to be self healing. As long as you don't stray too far-off the reservation (into using odd or uncommon or new packages), it's a better sense of security." **- Participant (data scientist turned Python developer)**
6666

6767
> Yes, because I'm liable for that. If the problem is my code, and I deliver something and they get attacked. I'm screwed. **- Participant (professional Python developer and trainer)**
6868

tests/functional/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def test_no_network_imports(command: str, tmp_path: Path) -> None:
6969
This helps to reduce the startup time of these commands.
7070
7171
Note: This won't catch lazy network imports, but it'll catch top-level
72-
network imports which were accidently added (which is the most likely way
72+
network imports which were accidentally added (which is the most likely way
7373
to regress anyway).
7474
"""
7575
file = tmp_path / f"imported_modules_for_{command}.txt"

tools/codespell-ignore.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# An actual English word
22
lousily
3+
followings
34
# A contributor first name
45
wil
56
# Codebase variable or class names

0 commit comments

Comments
 (0)