Skip to content

Commit

Permalink
Merge branch 'main' into fix-146
Browse files Browse the repository at this point in the history
  • Loading branch information
jsocol authored Dec 5, 2023
2 parents 6141bd1 + c687a4e commit 5cce5d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- main
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
workflow_dispatch:
schedule:
- cron: '33 7 * * 0' # run weekly on sundays
jobs:
Expand Down
2 changes: 1 addition & 1 deletion docs/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ server supports.
# or
with StatsClient().pipeline as pipe:
with StatsClient().pipeline() as pipe:
pipe.incr('bar')
.. py:class:: Timer()
Expand Down

0 comments on commit 5cce5d5

Please sign in to comment.