Skip to content

Commit 63c035d

Browse files
committed
Typos
1 parent cb553b2 commit 63c035d

3 files changed

Lines changed: 7 additions & 23 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ All contributions are welcome:
88

99
- Read the issues, Fork the project and do a Pull Request.
1010
- Request a new topic creating a `New issue` with the `enhancement` tag.
11-
- Find any kind of errors in the cheat sheet and create a `New issue` with the details.
12-
- Suggest a better or more pythonic way for existing examples ( create a `New issue` with details and examples).
11+
- Find any kind of errors in the cheat sheet and create a `New issue` with the details or fork the project and do a Pull Request.
12+
- Suggest a better or more pythonic way for existing examples.
1313

1414
## Read It
1515

@@ -4116,8 +4116,6 @@ Usage:
41164116
cd my_project
41174117
pipenv install <package>
41184118

4119-
Anything we install now will be specific to this project.
4120-
41214119
Pipenv will install your package and create a Pipfile for you in your project’s directory. The Pipfile is used to track which dependencies your project needs in case you need to re-install them.
41224120

41234121
1. Uninstall Packages

python_cheat_sheet.ipynb

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# About\n",
7+
"# About [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/wilfredinni/python-cheatsheet/master)\n",
88
"\n",
99
"Basic cheatsheet for Python mostly based on the book written by Al Sweigart, [Automate the Boring Stuff with Python](https://automatetheboringstuff.com/) under the [Creative Commons license](https://creativecommons.org/licenses/by-nc-sa/3.0/) and many other sources.\n",
1010
"\n",
@@ -14,8 +14,8 @@
1414
"\n",
1515
"- Read the issues, Fork the project and do a Pull Request.\n",
1616
"- Request a new topic creating a `New issue` with the `enhancement` tag.\n",
17-
"- Find any kind of errors in the cheat sheet and create a `New issue` with the details.\n",
18-
"- Suggest a better or more pythonic way for existing examples ( create a `New issue` with details and examples).\n",
17+
"- Find any kind of errors in the cheat sheet and create a `New issue` with the details or fork the project and do a Pull Request.\n",
18+
"- Suggest a better or more pythonic way for existing examples.\n",
1919
"\n",
2020
"## Read It\n",
2121
"\n",
@@ -7121,22 +7121,8 @@
71217121
"cell_type": "markdown",
71227122
"metadata": {},
71237123
"source": [
7124-
"Anything we install now will be specific to this project."
7125-
]
7126-
},
7127-
{
7128-
"cell_type": "code",
7129-
"execution_count": null,
7130-
"metadata": {},
7131-
"outputs": [],
7132-
"source": [
7133-
"Pipenv will install your package and create a Pipfile for you in your project’s directory. The Pipfile is used to track which dependencies your project needs in case you need to re-install them."
7134-
]
7135-
},
7136-
{
7137-
"cell_type": "markdown",
7138-
"metadata": {},
7139-
"source": [
7124+
"Pipenv will install your package and create a Pipfile for you in your project’s directory. The Pipfile is used to track which dependencies your project needs in case you need to re-install them.\n",
7125+
"\n",
71407126
"1. Uninstall Packages"
71417127
]
71427128
},

python_cheat_sheet.pdf

5.63 KB
Binary file not shown.

0 commit comments

Comments
 (0)