Skip to content

Commit 20a274b

Browse files
committed
docs(typos): typos --format brief --write-changes
1 parent 2f2bd8a commit 20a274b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ _✨ Renewed_
746746
- [config/vcs]: Exception for private / ssh GitHub repository URLs and
747747
message to change to correct format.
748748
- [docs]: Update docs to reflect updates on new commands and how to clone
749-
private / priveleged GitHub repos.
749+
private / privileged GitHub repos.
750750

751751
## vcspull 0.0.8-4 (2014-02-06)
752752

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
# sphinxext.opengraph
136136
ogp_site_url = about["__docs__"]
137137
ogp_image = "_static/img/icons/icon-192x192.png"
138-
ogp_desscription_length = about["__description__"]
138+
ogp_description_length = about["__description__"]
139139
ogp_site_name = about["__title__"]
140140

141141
htmlhelp_basename = f"{about['__title__']}doc"

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $ pip install --user --upgrade vcspull
2121
### Developmental releases
2222

2323
New versions of vcspull are published to PyPI as alpha, beta, or release candidates.
24-
In their versions you will see notfication like `a1`, `b1`, and `rc1`, respectively.
24+
In their versions you will see notification like `a1`, `b1`, and `rc1`, respectively.
2525
`1.10.0b4` would mean the 4th beta release of `1.10.0` before general availability.
2626

2727
- [pip]\:

examples/code-scholar.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
node-mime: 'git+https://github.com/broofa/node-mime.git'
4646
mime-magic: 'git+https://github.com/SaltwaterC/mime-magic.git'
4747
debug: 'git+https://github.com/visionmedia/debug.git'
48-
wintson: 'git+https://github.com/flatiron/winston.git'
48+
winston: 'git+https://github.com/flatiron/winston.git'
4949
less.js: 'git+https://github.com/cloudhead/less.js.git'
5050
less: 'git+https://github.com/cloudhead/less.git'
5151
todo: 'git+https://github.com/cloudhead/toto.git'
@@ -211,7 +211,7 @@
211211
python_koans: 'git+https://github.com/gregmalcolm/python_koans.git'
212212
python-guide: 'git+https://github.com/kennethreitz/python-guide.git'
213213
#introduction_to_sqlalchemy: 'git+https://bitbucket.org/zzzeek/pycon2013_student_package.git'
214-
probablistic-programming-and-beyesian-methods: 'git+https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers.git'
214+
probabilistic-programming-and-beyesian-methods: 'git+https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers.git'
215215
python-patterns: 'git+https://github.com/faif/python-patterns.git'
216216
learn-pandas: 'git+https://bitbucket.org/hrojas/learn-pandas.git'
217217

scripts/generate_gitlab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
config_file = config_filename.open(mode="w")
6262
except OSError:
63-
print(f"File {config_filename} not accesible")
63+
print(f"File {config_filename} not accessible")
6464
sys.exit(1)
6565

6666
response = requests.get(

0 commit comments

Comments
 (0)