@@ -235,7 +235,7 @@ fn on_requested_python_version_error(error: RequestedPythonVersionError) {
235235 PackageManager :: Uv => log_error (
236236 "The runtime.txt file isn't supported" ,
237237 formatdoc ! { "
238- The runtime.txt file can longer be used, since it has been
238+ The runtime.txt file can no longer be used, since it has been
239239 replaced by the more widely supported .python-version file.
240240
241241 Please switch to a .python-version file instead:
@@ -254,7 +254,7 @@ fn on_requested_python_version_error(error: RequestedPythonVersionError) {
254254 _ => log_error (
255255 "The runtime.txt file isn't supported" ,
256256 formatdoc ! { "
257- The runtime.txt file can longer be used, since it has been
257+ The runtime.txt file can no longer be used, since it has been
258258 replaced by the more widely supported .python-version file.
259259
260260 Please delete your runtime.txt file and create a new file named:
@@ -609,7 +609,7 @@ fn on_django_collectstatic_error(error: DjangoCollectstaticError) {
609609 The 'python manage.py collectstatic --noinput' Django management
610610 command to generate static files failed ({exit_status}).
611611
612- This is most likely due an issue in your application code or Django
612+ This is most likely due to an issue in your application code or Django
613613 configuration. See the log output above for more information.
614614
615615 If you are using the WhiteNoise package to optimize the serving of static
0 commit comments