Skip to content

Commit d4c2762

Browse files
committed
Remove backticks
1 parent 8c44890 commit d4c2762

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

quantecon/game_theory/game_converters.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ class GAMWriter:
264264
@classmethod
265265
def to_file(cls, g, file_path):
266266
"""
267-
Write `g` to a file in GameTracer .gam` format.
267+
Write `g` to a file in GameTracer .gam format.
268268
269269
"""
270270
with open(file_path, 'w') as f:
@@ -273,7 +273,7 @@ def to_file(cls, g, file_path):
273273
@classmethod
274274
def to_string(cls, g):
275275
"""
276-
Return the GameTracer ``.gam`` string representation of `g`.
276+
Return the GameTracer .gam string representation of `g`.
277277
278278
"""
279279
return cls._dump(g)

0 commit comments

Comments
 (0)