Python: Fix 2 typos.

This commit is contained in:
Mark Shannon
2019-06-14 11:49:15 +01:00
parent 8a43fdc806
commit 91efce92bd

View File

@@ -153,9 +153,9 @@ module Module {
*
* Note that the name used to refer to a module is not
* necessarily its name. For example,
* there are modules refered to by the name `os.path`,
* there are modules referred to by the name `os.path`,
* but that are not named `os.path`, for example the module `posixpath`.
* Such that the follwing is true:
* Such that the following is true:
* `Module::named("os.path").getName() = "posixpath"
*/
ModuleValue named(string name) {