Skip to content

Commit 1f4362d

Browse files
committed
Clean up docs
1 parent b59bf86 commit 1f4362d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: doc/howto/cli.rst

-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,3 @@ The CLI offers the following features over and above being a 'normal' Python REP
4848
* configurable command history
4949
* no *import* statements required to load Hustle functionality
5050
* auto-completion (with TAB key) of all Hustle functions, Tables, and Columns
51-
* configurable command history

Diff for: hustle/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ class overrides all of Python's comparison operators, which, along with the *&*,
369369
where=(imps.date < '2014-01-13', pix.date < '2014-01-13'),
370370
join=(imps.site_id, pix.site_id))
371371
372-
or equivalently,
372+
or equivalently::
373373
374374
select(imps.ad_id, imps.site_id, h_sum(pix.amount), h_count(),
375375
where=(imps.date < '2014-01-13', pix.date < '2014-01-13'),

0 commit comments

Comments
 (0)