Fix a couple of typos.

This commit is contained in:
Barry Warsaw 2017-03-28 18:16:44 -04:00
parent 03172174c4
commit 96a71d803b
1 changed files with 2 additions and 2 deletions

View File

@ -177,7 +177,7 @@ solution:
* PEP 540 proposes to entirely decouple CPython's default text encoding from
the C locale system in that case, allowing text handling inconsistencies to
arise between CPython and other locale-ware components running in the same
arise between CPython and other locale-aware components running in the same
process and in subprocesses. This approach aims to make CPython behave less
like a locale-aware application, and more like locale-independent language
runtimes like the JVM, .NET CLR, Go, Node.js, and Rust
@ -220,7 +220,7 @@ While Linux container technologies like Docker, Kubernetes, and OpenShift are
best known for their use in web service development, the related container
formats and execution models are also being adopted for Linux command line
application development. Technologies like Gnome Flatpak [7_] and
Ubunty Snappy [8_] further aim to bring these same techniques to Linux GUI
Ubuntu Snappy [8_] further aim to bring these same techniques to Linux GUI
application development.
When using Python 3 for application development in these contexts, it isn't