Skip to content

Commit 4139939

Browse files
committed
revert quibbles
1 parent 6967aa7 commit 4139939

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fipy/meshes/gmshMesh.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def gmshVersion(communicator=parallelComm):
102102
"""Determine the version of Gmsh.
103103
104104
We can't trust the generated .msh file for the correct version number, so
105-
we have to retrieve it from the Gmsh binary.
105+
we have to retrieve it from the gmsh binary.
106106
"""
107107
if communicator.procID == 0:
108108
while True:

fipy/tests/doctestPlus.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def testmod(m=None, name=None, globs=None, verbose=None,
243243
default, no extra globals are used. This is new in 2.4.
244244
245245
Optional keyword arg "verbose" prints lots of stuff if true, prints
246-
only failures if false; by default, it's true iff. "-v" is in sys.argv.
246+
only failures if false; by default, it's true iff "-v" is in sys.argv.
247247
248248
Optional keyword arg "report" prints a summary at the end when true,
249249
else prints nothing at the end. In verbose mode, the summary is

0 commit comments

Comments
 (0)