Skip to content

Commit

Permalink
fix(doc): Fix minor documentation error in docs/sender/data.md (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanFranDevo committed Mar 23, 2023
1 parent e14c950 commit 305b0a9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [5.1.3] - 2023-03-23
### Fixed
* Fix minor documentation error in `docs/sender/data.md`

## [5.1.2rc2] - 2023-03-21
### Added
* Sender: NonBlocking Socket support added
Expand Down
2 changes: 1 addition & 1 deletion devo/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__description__ = 'Devo Python Library.'
__url__ = 'http://www.devo.com'
__version__ = "5.1.2rc2"
__version__ = "5.1.3"
__author__ = 'Devo'
__author_email__ = 'support@devo.com'
__license__ = 'MIT'
Expand Down
4 changes: 2 additions & 2 deletions docs/sender/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ con.send(tag="test.drop.actors", msg='Hasselhoff')
- Send raw log to collector

```python
con.send_raw('<14>Jan 1 00:00:00 Nice-MacBook-Pro.local'
'test.drop.actors: Testing this cool tool')
con.send_raw('<14>Jan 1 00:00:00 Nice-MacBook-Pro.local '
'test.drop.actors: Testing this cool tool\n')
```

## Optional fields for send function:
Expand Down

0 comments on commit 305b0a9

Please sign in to comment.