Skip to content

Commit dc23e8d

Browse files
authored
Merge pull request #544 from timgates42/bugfix_typos
docs: Fix a few typos
2 parents 8af9910 + 6370997 commit dc23e8d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/upgrading.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ In 0.8
121121
only works on the level of :meth:`Bundle.urls`. The new behaviour is more
122122
consistent, makes more sense, and simplifies the code.
123123

124-
The main backwards-incompatiblity caused by this is that when
124+
The main backwards-incompatibility caused by this is that when
125125
``environment.auto_build=False``, and you are calling ``bundle.build()``
126126
without specifying an explicit ``force`` argument, it used to be the case
127127
that ``force=True`` was assumed, i.e. the bundle was built without looking

src/webassets/filter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ def replace(arg):
460460
def subprocess(cls, argv, out, data=None, cwd=None):
461461
"""Execute the commandline given by the list in ``argv``.
462462
463-
If a byestring is given via ``data``, it is piped into data.
463+
If a bytestring is given via ``data``, it is piped into data.
464464
465465
If ``cwd`` is not None, the process will be executed in that directory.
466466

tests/test_bundle_various.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ def test_empty_pattern(self):
496496
bundle.resolve_contents()
497497

498498
def test_non_pattern_missing_files(self):
499-
"""Ensure that if we specify a non-existant file, it will still
499+
"""Ensure that if we specify a non-existent file, it will still
500500
be returned in the debug urls(), and build() will raise the IOError
501501
rather than the globbing failing and the bundle being empty
502502
"""

0 commit comments

Comments
 (0)