Skip to content

Commit

Permalink
[DATALAD RUNCMD] Do interactive fixing of leftover ambigous typos
Browse files Browse the repository at this point in the history
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w -i 3 -C 2",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
  • Loading branch information
yarikoptic committed Mar 1, 2024
1 parent 216a29c commit d662d71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion software/SchemaExamples/example-code/out
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ RDFA:
</div>
<div typeof="DefinedTerm">
<h2>Dictionary term</h2>
<link propery="url" href="http://openjurist.org/dictionary/Ballentine/term/schema"/>
<link property="url" href="http://openjurist.org/dictionary/Ballentine/term/schema"/>
Name: <span property="name">schema</span><br/>
Description: <span property="description">A representation of a plan or theory in the form of an outline or model.</span><br/>
In Dictionary: Ballentine&apos;s Law Dictionary
Expand Down
2 changes: 1 addition & 1 deletion software/SchemaTerms/markdown/markdown2.py
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ def _get_emacs_vars(self, text):
return emacs_vars

def _detab_line(self, line):
r"""Recusively convert tabs to spaces in a single line.
r"""Recursively convert tabs to spaces in a single line.
Called from _detab()."""
if '\t' not in line:
Expand Down
2 changes: 1 addition & 1 deletion software/devserv.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def serve_downloads(ver,path=""):
if __name__ == '__main__':
print("Local dev server for Schema.org version: %s" % getVersion())
if args.production:
print(Fore.RED + "Runing with Production settings" + Style.RESET_ALL)
print(Fore.RED + "Running with Production settings" + Style.RESET_ALL)
else:
print(Fore.GREEN + "Running with Development settings" + Style.RESET_ALL)

Expand Down

0 comments on commit d662d71

Please sign in to comment.