Skip to content

Commit 305b0a9

Browse files
authored
fix(doc): Fix minor documentation error in docs/sender/data.md (#188)
1 parent e14c950 commit 305b0a9

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [5.1.3] - 2023-03-23
8+
### Fixed
9+
* Fix minor documentation error in `docs/sender/data.md`
10+
711
## [5.1.2rc2] - 2023-03-21
812
### Added
913
* Sender: NonBlocking Socket support added

devo/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__description__ = 'Devo Python Library.'
22
__url__ = 'http://www.devo.com'
3-
__version__ = "5.1.2rc2"
3+
__version__ = "5.1.3"
44
__author__ = 'Devo'
55
__author_email__ = 'support@devo.com'
66
__license__ = 'MIT'

docs/sender/data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ con.send(tag="test.drop.actors", msg='Hasselhoff')
136136
- Send raw log to collector
137137

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

143143
## Optional fields for send function:

0 commit comments

Comments
 (0)