]> granicus.if.org Git - python/commitdiff
Change pathlib documentation to use "raise" instead of "throw".
authorNed Deily <nad@acm.org>
Wed, 27 Nov 2013 22:42:55 +0000 (14:42 -0800)
committerNed Deily <nad@acm.org>
Wed, 27 Nov 2013 22:42:55 +0000 (14:42 -0800)
Doc/library/pathlib.rst

index 90a32899ee60021bac010ec477eba48722fc78e3..d4e08629d8ad10f88a3e57f451af9ab518f5ceaf 100644 (file)
@@ -655,7 +655,7 @@ call fails (for example because the path doesn't exist):
 
 .. method:: Path.group()
 
-   Return the name of the group owning the file.  :exc:`KeyError` is thrown
+   Return the name of the group owning the file.  :exc:`KeyError` is raised
    if the file's gid isn't found in the system database.
 
 
@@ -774,7 +774,7 @@ call fails (for example because the path doesn't exist):
 
 .. method:: Path.owner()
 
-   Return the name of the user owning the file.  :exc:`KeyError` is thrown
+   Return the name of the user owning the file.  :exc:`KeyError` is raised
    if the file's uid isn't found in the system database.