Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 02e18b4

Browse files
committed
Added missing "from" in IOError description.
1 parent 26f0f65 commit 02e18b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libexcs.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ \section{Built-in Exceptions}
161161
object) fails for an I/O-related reason, e.g., ``file not found'' or
162162
``disk full''.
163163

164-
This class is derived \exception{EnvironmentError}. See the
164+
This class is derived from \exception{EnvironmentError}. See the
165165
discussion above for more information on exception instance
166166
attributes.
167167
\end{excdesc}

0 commit comments

Comments
 (0)